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

Allow filter of `npm audit --json` to filter out dev dependencies #1

Closed InfoSec812 closed 5 years ago

InfoSec812 commented 5 years ago

Add a new CLI option to allow for outputting the npm audit --json data which matches the threshold and dev/prod selections.