We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de8c6 commit 136bc08Copy full SHA for 136bc08
.snyk
@@ -3,5 +3,7 @@
3
# https://docs.snyk.io/snyk-cli/commands/ignore
4
exclude:
5
global:
6
- - vendor/**
7
- - **/vendor/**
+ - "**/vendor/**"
+ - "hack/**"
8
+ - "test/**"
9
+ - "**/*_test.go"
0 commit comments