You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin: Skip keyless verification for private third-party plugins (#2292)
* plugin: Skip keyless verification for private third-party plugins
Comparable to #2223, which became ineffective in #2224.
#2209 (comment)
* Revert "plugin: Skip keyless verification for private third-party plugins"
This reverts commit dcf3526.
* Prevent failure at the end of the function if plugin could not be verified
_, _=color.New(color.FgYellow).Fprintln(cli.outStream, `No signing key configured. Set "signing_key" to verify that the release is signed by the plugin developer`)
57
+
err=nil
57
58
} else {
58
59
returnfmt.Errorf("Failed to install a plugin; %w", err)
0 commit comments