Skip to content

Commit

Permalink
Dismiss specific codeql alert
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Sep 4, 2023
1 parent 8195aec commit 0d4f6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ func (c *Cluster) registerSubscription(ctx context.Context) error {
cli := &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{
//codeql[go/disabled-certificate-check]
InsecureSkipVerify: true,
},
},
Expand Down

0 comments on commit 0d4f6df

Please sign in to comment.