Skip to content

Commit

Permalink
Add .snyk file to exclude vendor and ignore unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Jan 4, 2024
1 parent cc48f31 commit d6773de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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/**
- "**/*_test.go"

0 comments on commit d6773de

Please sign in to comment.