diff --git a/.golangci.yml b/.golangci.yml index 7a641f7..57f89b7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -68,3 +68,6 @@ issues: - text: "G112:" linters: - gosec + - text: "G402: TLS MinVersion too low." + linters: + - gosec \ No newline at end of file