Skip to content

Commit 0804345

Browse files
authored
Exclude resources dir from snyk checks (#313)
1 parent e859000 commit 0804345

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.snyk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Snyk (https://snyk.io) policy file
2+
# Exclude test resources from vulnerability scanning
3+
version: v1.25.0
4+
exclude:
5+
global:
6+
- resources/**

0 commit comments

Comments
 (0)