Skip to content

Commit

Permalink
Merge pull request #234 from snyk/feat/gradle-sub-project-option
Browse files Browse the repository at this point in the history
feat: '--gradle-sub-project' option to handle multip-project gradle
  • Loading branch information
michael-go committed Oct 7, 2018
2 parents 29b8dc9 + e986f79 commit 974949e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions help/help.txt
Expand Up @@ -46,6 +46,9 @@ Options:
--dry-run .......... Don't apply updates or patches during protect.
--severity-threshold=<low|medium|high>
Only report vulnerabilities of provided level or higher.
--gradle-sub-project=<string>
For Gradle "multi project" configurations,
test a specific sub-project.
-q, --quiet ........ Silence all output.
-h, --help ......... This help information.
-v, --version ...... The CLI version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"snyk-config": "2.2.0",
"snyk-docker-plugin": "1.11.0",
"snyk-go-plugin": "1.5.2",
"snyk-gradle-plugin": "2.0.1",
"snyk-gradle-plugin": "2.1.0",
"snyk-module": "1.8.2",
"snyk-mvn-plugin": "2.0.0",
"snyk-nodejs-lockfile-parser": "1.5.1",
Expand Down

0 comments on commit 974949e

Please sign in to comment.