owasp-dependency-check

0.0.25 • Public • Published

owasp-dependency-check

⚠️⚠️ Looking for a maintainer ⚠️⚠️

We will no longer maintain this package and we are looking for somebody to take over. If you want to continue developing this package, please reach out to me.


⚠️ Requires Node.js version 14 or greater.

Node.js wrapper for the OWASP depencency-check CLI tool.

npm install -D owasp-dependency-check

Usage

The easiest way is to add a new NPM script to your package.json, for example:

"scripts": {
  ...
  "owasp": "owasp-dependency-check --project \"YOUR PROJECT NAME\" [options]"
}

Options

Owasp Dependency Core options

You can specify any options which the OWASP depencency-check CLI tool provides. For example, to generate a HTML and JSON report, use:

"scripts": {
  ...
  "owasp": "owasp-dependency-check --project \"YOUR PROJECT NAME\" -f HTML -f JSON"
}

Additional options

Use owasp-dependency-check --help to check other options.

Readme

Keywords

none

Package Sidebar

Install

npm i owasp-dependency-check

Weekly Downloads

8,004

Version

0.0.25

License

MIT

Unpacked Size

9.59 kB

Total Files

6

Last publish

Collaborators

  • etnetera-npm