diff --git a/.golangci.yml b/.golangci.yml index 42dd1c69d2..51fc021f62 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -45,6 +45,11 @@ linters-settings: govet: check-shadowing: false + + gosec: + excludes: + - G115 # FIXME temporarily suppress 'G115: integer overflow conversion': it produces many hits, some of which may be false positives, and need to be looked at; see https://github.com/moby/moby/issues/48358 + depguard: rules: main: