Skip to content

Commit

Permalink
Add a .snyk file to configure the Snyk security scanner
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wilczyński <[email protected]>
  • Loading branch information
Krzysztof Wilczyński committed Dec 14, 2023
1 parent 6e004d1 commit 51e7735
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
# References:
# https://docs.snyk.io/manage-risk/policies/the-.snyk-file
# https://docs.snyk.io/snyk-cli/commands/ignore
exclude:
global:
- 'vendor/**'
- '**/*_test.go'

0 comments on commit 51e7735

Please sign in to comment.