@capaj/npm-audit-ci

1.0.5 • Public • Published

npm audit ci Build Status

Commandline utility which exit the process with code 1, for the given criteria of vulnerabilities

Useful to make CI build fail when vulnerabilities are found or use to send alert using another tool.

Usage

npm install -g npm-audit-ci
› npm-audit-ci --help                    
Options:
  --version        Show version number                                 [boolean]
  -l, --low        Exit even for low vulnerabilities  [boolean] [default: false]
  -m, --moderate   Exit only when moderate or above vulnerabilities
                                                      [boolean] [default: false]
  -h, --high       Exit only when high or above vulnerabilities
                                                      [boolean] [default: false]
  -c, --critical  Exit only for critical vulnerabilities
                                                       [boolean] [default: true]
  --help           Show help

License

Please see License

/@capaj/npm-audit-ci/

    Package Sidebar

    Install

    npm i @capaj/npm-audit-ci

    Weekly Downloads

    6

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    5.18 kB

    Total Files

    5

    Last publish

    Collaborators

    • capaj