Open sametr35 opened 8 months ago
+up
Please see the documentation: https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html
There are two analyzers that deal with nodeJS. So try:
--nodePackageSkipDevDependencies
Or even:
--disableNodeJS
I might go with the later as the package analyzer needs to be re-written or thrown away.
Hi,
Even though we scan our JavaScript repository dependencies, excluding dev dependencies, vulnerabilities in dev dependencies are still being reported. We utilize the following configurations in GitHub Actions.
Thanks.