InfoSec812 / npm-audit-ci-wrapper

A wrapper for 'npm audit' which can be configurable for use in a CI/CD tool like Jenkins
Apache License 2.0
13 stars 11 forks source link

If "npm audit" exits as 0 there are no vulnerabilities so we should exit 0 #11

Closed TazSp closed 5 years ago

TazSp commented 5 years ago

Seems simple enough but I have not really worked with node before. I did not explicitly set exitCode as it has a default of 0.