Skip to content

Commit

Permalink
Merge branch 'master' into eyalle/support_req_format
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi authored Mar 13, 2023
2 parents 1d30218 + c90d953 commit ca77a89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/vcert/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ func setTLSConfig() error {
}

if flags.insecure {
// We are ignoring the following from the linter, since from:
// golangci-lint version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z
// it started failing due to error in this version of the linter
// #nosec G402: Look for bad TLS connection settings
tlsConfig.InsecureSkipVerify = true
}

Expand Down

0 comments on commit ca77a89

Please sign in to comment.