We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b098841 + 5dab377 commit 454abc1Copy full SHA for 454abc1
plugin_examples/list_plugin/plugin.go
@@ -78,8 +78,8 @@ func NewHTTPClient(context plugin.PluginContext) *http.Client {
78
transport := bhttp.NewTraceLoggingTransport(
79
&http.Transport{
80
Proxy: http.ProxyFromEnvironment,
81
+ // #nosec G402: used for example and for some customer cases, we need to allow insecure SSL
82
TLSClientConfig: &tls.Config{
- // #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