jhermann / dependency-check-py

:closed_lock_with_key: Shim to easily install OWASP dependency-check-cli into Python projects
Apache License 2.0
49 stars 12 forks source link

[ERROR] Unable to read yarn audit output. #9

Open junpuf opened 3 years ago

junpuf commented 3 years ago

I'm using dependency-check==0.6.0 from pypi to perform a scan with commanddependency-check --scan /my/scan/path --format JSON. The scan process seems to be finished because dependency-check-report.json was generated, but the running process ended with a non-zero exit code and an error message [ERROR] Unable to read yarn audit output.

jhermann commented 3 years ago

Well, that sounds like an upstream problem in the OWASP code.