Skip to content

Commit

Permalink
feat: '--gradle-sub-project' option to handle multip-project gradle
Browse files Browse the repository at this point in the history
note this also appends the sub-project name to the root package name
  • Loading branch information
michael-go committed Oct 7, 2018
1 parent 29b8dc9 commit e986f79
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 e986f79

Please sign in to comment.