Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 29, 2024
1 parent 330ea76 commit 530c9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ func MakeMinIOAdminClient(cfg *types.Config) (*MinIOAdminClient, error) {
}

// Disable tls verification in client transport if verify == false
// #nosec
if !cfg.MinIOProvider.Verify {
// #nosec
tr := &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
}
Expand Down

0 comments on commit 530c9fe

Please sign in to comment.