Skip to content

Commit 1b7cdc4

Browse files
Excluding test folders from snyk scan (test data)
```bash snyk code test pre: 469 Code issues found 35 [High] 298 [Medium] 136 [Low] post: 160 Code issues found 28 [High] 71 [Medium] 61 [Low] ```
1 parent 2305fc4 commit 1b7cdc4

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+
# includes our unit tests which include hard coded passwords and encrypting keys for testing purposes.
7+
- spec/
8+
# includes 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)