Skip to content
Snippets Groups Projects
Commit db39fa95 authored by ale's avatar ale
Browse files

Disable expected gosec lint warning

parent 62b99284
No related branches found
No related tags found
1 merge request!69Fix more lint warnings
Pipeline #77700 passed
......@@ -50,7 +50,7 @@ func NewClient() *HTTPClient {
Transport: &logTransport{
&http.Transport{
TLSClientConfig: &tls.Config{
InsecureSkipVerify: true,
InsecureSkipVerify: true, //nolint:gosec
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment