Skip to content

Commit

Permalink
Merge pull request #979 from snyk/fix/add-jar-scanning-flag
Browse files Browse the repository at this point in the history
fix: add documentation for jar scanning
  • Loading branch information
orsagie committed Jan 28, 2020
2 parents d282b35 + c1a5cf5 commit 0bbeda5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions help/help.txt
Expand Up @@ -70,6 +70,11 @@ Options:
Patchable fails when there is at least one vulnerability that can be patched.
If vulnerabilities do not have a fix and this option is being used tests will pass.

Maven options:
--scan-all-unmanaged
Autodetects maven jars and wars in given directory.
Individual testing can be done with --file=<jar-file-name>

Gradle options:
--sub-project=<string> (alias: --gradle-sub-project)
For Gradle "multi project" configurations,
Expand Down

0 comments on commit 0bbeda5

Please sign in to comment.