Describe the bug
The new cli option for pnpm and disablePnpmAudit are not recognized on the cli.
Version of dependency-check used
The problem occurs using version 6.5.0 of the cli.
Log file
Unrecognized option: --pnpm
To Reproduce
Steps to reproduce the behavior:
- Download latest release (windows or Linux)
- Install
- .\dependency-check.bat --version
- output:
Dependency-Check Core version 6.5.0
- .\dependency-check.bat --pnpm c:\path -s C:\secondpath
- output:
Unrecognized option: --pnpm
Expected behavior
I expect both --pnpm and --disablePnpmAudit to be recognized by the CLI.
Additional context
>.\dependency-check.bat --disablePnpmAudit
Unrecognized option: --disablePnpmAudit
Describe the bug
The new cli option for pnpm and disablePnpmAudit are not recognized on the cli.
Version of dependency-check used
The problem occurs using version 6.5.0 of the cli.
Log file
To Reproduce
Steps to reproduce the behavior:
Dependency-Check Core version 6.5.0Unrecognized option: --pnpmExpected behavior
I expect both --pnpm and --disablePnpmAudit to be recognized by the CLI.
Additional context