1.2.1 • Published 5 years ago

auditmyci v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

auditmyci

A command line tool to audit your dependencies during your CI.

It help you to fail your CI build when vulnaribilities are found in your dependencies.

Installation

Depending on your package manager:

  • with NPM:
npm install --save-dev auditmyci
  • with Yarn:
yarn add -D auditmyci

Usage

Now that you installed it, you can use it:

  • with NPM:
npx auditmyci
  • with Yarn:
yarn auditmyci

Options:

OptionsWhat it doesDefault
-c, --criticalExit if there are critical vulnerabilitiestrue
-h, --highExit if there are high or critical vulnerabilitiesfalse
-l, --lowExit if there are low or higher vulnerabilitiesfalse
-m, --moderateExit if there are moderate or higher vulnerabilitiesfalse
-r, --reportShow the audit --json reportfalse
-s, --succeedLet your CI succeed even if there are vulnerabilitiesfalse
--helpShow helpfalse

License

See License

Inspired by: npm-audit-ci from Revath S Kumar audit-ci from IBM

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago