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] ```
This commit is contained in:
committed by
GitHub
parent
2305fc4e9c
commit
1b7cdc46f1
@@ -0,0 +1,9 @@
|
||||
version: v1.25.0
|
||||
ignore: {}
|
||||
patch: {}
|
||||
exclude:
|
||||
global:
|
||||
# includes our unit tests which include hard coded passwords and encrypting keys for testing purposes.
|
||||
- spec/
|
||||
# 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.
|
||||
- external/source/
|
||||
Reference in New Issue
Block a user