Skip to content

Commit

Permalink
gosec exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Dubey authored and Utkarsh Dubey committed Feb 15, 2024
1 parent 9a10320 commit 12ec759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func New(apiURL string, username string,
client = &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{
InsecureSkipVerify: insecure, // #nosec nolint:gosec
InsecureSkipVerify: insecure, // #nosec G402

Check failure on line 149 in api/api.go

View workflow job for this annotation

GitHub Actions / golangci-lint

G402: TLS InsecureSkipVerify set true. (gosec)
},
},
}
Expand Down

0 comments on commit 12ec759

Please sign in to comment.