There was an error while loading. Please reload this page.
1 parent 2a299d6 commit e87075aCopy full SHA for e87075a
plugin_examples/list_plugin/plugin.go
@@ -79,6 +79,7 @@ func NewHTTPClient(context plugin.PluginContext) *http.Client {
79
&http.Transport{
80
Proxy: http.ProxyFromEnvironment,
81
TLSClientConfig: &tls.Config{
82
+// #nosec G402: used for example and for some customer cases, we need to allow insecure SSL
83
InsecureSkipVerify: context.IsSSLDisabled(),
84
},
85
})
0 commit comments