Skip to content

v1.279.0

Compare
Choose a tag to compare
@snyksec snyksec released this 20 Jan 18:37
9e4c929

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)
    Use snyk help for more info
    (9ba768c)