Skip to content

Commit

Permalink
Add snyk configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mandre committed Jan 3, 2024
1 parent de7aa2e commit f841d22
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# References:
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
# https://docs.snyk.io/snyk-cli/commands/ignore
exclude:
global:
- "**/vendor/**"
- "hack/**"
- "release-tools/**"
- "test/**"
- "**/*_test.go"

0 comments on commit f841d22

Please sign in to comment.