Skip to content

Commit

Permalink
fix for #1492
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Sep 27, 2018
1 parent 5a69964 commit 15a134e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/src/main/java/org/owasp/dependencycheck/CliParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ private void addAdvancedOptions(final Options options) {
.addOption(Option.builder().longOpt(ARGUMENT.ARTIFACTORY_BEARER_TOKEN)
.desc("The Artifactory bearer token.")
.argName("token").hasArg(true).build())
.addOption(Option.builder().longOpt(ARGUMENT.ARTIFACTORY_URL)
.desc("The Artifactory URL.")
.argName("url").hasArg(true).build())
.addOption(retireJsFilters)
.addOption(nexusUrl)
.addOption(nexusUsesProxy)
Expand Down

0 comments on commit 15a134e

Please sign in to comment.