diff --git a/.golangci.yml b/.golangci.yml index 13e41d8d2a9..a1edee29a6c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -72,7 +72,8 @@ issues: - usestdlibvars # Ignoring gosec G402: TLS MinVersion too low # as the https://pkg.go.dev/crypto/tls#Config handles MinVersion default well. - - text: "G402: TLS MinVersion too low." + - path: config/*.go + text: "G402: TLS MinVersion too low." linters: - gosec include: