v1.279.0
1.279.0 (2020-01-20)
Features
- When using
snyk test --all-projects --detection-depth=X
you can now also optionally exclude some folders from being tested:
snyk test --all-projects --detection-depth=3 --exclude=test,test-fixtures
(note: node_modules is always excluded by default)
Usesnyk help
for more info
(9ba768c)