Skip to content

Commit

Permalink
TOOLS-3201 fix snyk exclude syntax (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfogo authored Sep 26, 2022
1 parent 1f505f8 commit 34d35de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Snyk (https://snyk.io) policy file
exclude:
code:
- "test/**"
- "release/**"
- "scripts/**"
- "common/testdata/**"
- "/._test.go"
- "/test/**"
- "/release/**"
- "/scripts/**"
- "/common/testdata/**"
- "/**/*_test.go"

0 comments on commit 34d35de

Please sign in to comment.