Skip to content

Commit

Permalink
Merge pull request #3916 from jeremylong/fixPnpm
Browse files Browse the repository at this point in the history
Add missing pnpm argument to CLI
  • Loading branch information
jeremylong authored Dec 27, 2021
2 parents c47fceb + 1d200bd commit 8dde416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/main/java/org/owasp/dependencycheck/CliParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ private void addAdvancedOptions(final Options options) {
"The path to the `go` executable."))
.addOption(newOptionWithArg(ARGUMENT.PATH_TO_YARN, "path",
"The path to the `yarn` executable."))
.addOption(newOptionWithArg(ARGUMENT.PATH_TO_PNPM, "path",
"The path to the `pnpm` executable."))
.addOption(newOptionWithArg(ARGUMENT.CVE_VALID_FOR_HOURS, "hours",
"The number of hours to wait before checking for new updates from the NVD."))
.addOption(newOptionWithArg(ARGUMENT.CVE_START_YEAR, "year",
Expand Down

0 comments on commit 8dde416

Please sign in to comment.