Skip to content

Commit

Permalink
fix: create .snyk policy file (#122)
Browse files Browse the repository at this point in the history
Created snyk policy file to ignore vendor/ and .devcontainer/
directories.
  • Loading branch information
pacificcode authored Aug 6, 2024
1 parent 98c77e7 commit 42f02d5
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.
version: v1.25.0
ignore: {}
patch: {}
exclude:
global:
- vendor/
- .devcontainer/

0 comments on commit 42f02d5

Please sign in to comment.