diff --git a/.golangci.yml b/.golangci.yml index d7973d665c..1b327a2abf 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,6 +2,7 @@ linters-settings: gosec: # Currently excluding rule G602 due to issue slowing down execution # https://github.com/securego/gosec/issues/1010 + # If we ever re-enable this rule, make sure https://github.com/securego/gosec/issues/1005 is also fixed excludes: - "G602" govet: