diff --git a/.golangci.yml b/.golangci.yml index 5b33fba..8cab429 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,7 @@ issues: - bodyclose - unconvert - gocritic + - gosec # If we have tests in shared test folders, these can be less strictly linted - path: tests/.*_tests\.go linters: