Skip to content

Commit 8060e6b

Browse files
Merge pull request rapid7#19483 from rapid7/SR-139850-snyk-folders-exclusion
Excluding test folders from snyk scan (test data)
2 parents 0ee4415 + 5f1918c commit 8060e6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.snyk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: v1.25.0
2+
ignore: {}
3+
patch: {}
4+
exclude:
5+
global:
6+
# exclude unit tests which contain hard coded passwords and encrypting keys for testing purposes.
7+
- spec/
8+
# exclude the source code to local exploits and utilities which have to be written in a particular way to exploit the vulnerabilities that we're targeting.
9+
- external/source/

0 commit comments

Comments
 (0)