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:
Dmitriy Shafranskiy
2024-09-20 09:35:56 +02:00
committed by GitHub
parent 2305fc4e9c
commit 1b7cdc46f1
+9
View File
@@ -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/