Skip to content

Commit

Permalink
snyk: exclude vendor
Browse files Browse the repository at this point in the history
don't scan vendored deps.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Oct 27, 2023
1 parent 52d0aa9 commit 12818a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ exclude:
global:
- "test/**"
- "**/*_test.go"
- "vendor/k8s.io/**"
- "vendor/sigs.k8s.io/**"
- "vendor/github.com/google/**"
- "vendor/github.com/openshift/**"
- "vendor/golang.org/**"

0 comments on commit 12818a5

Please sign in to comment.