Skip to content

Commit

Permalink
golangci: enable gosec in golangci
Browse files Browse the repository at this point in the history
gosec is a security tools for golang. This change enables this tools
inside golangci-lint
  • Loading branch information
juan-abia authored and atodorov committed Dec 13, 2021
1 parent d41ae15 commit 5a1460a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Expand Up @@ -3,10 +3,15 @@ linters-settings:
disable:
- shadow # default value recommended by golangci
- composites

linters:
enable:
- gosec

run:
build-tags:
- integration
timeout: 5m

issues:
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
Expand Down

0 comments on commit 5a1460a

Please sign in to comment.