Sign inSign up

mtheoryx/npm-audit

By mtheoryx

Updated about 8 years ago

Quick docker file to run an npm audit on your existing source code

Image
1

10K+

mtheoryx/npm-audit repository overview

NPM Audit

NPM Version 6+ includes a fantastic audit feature for security auditing!

This is a docker image that you can use as a one-time-use container on any repo that has a package.json and package-lock.json.

Where to find it:

https://github.com/mtheoryx/npm-audit-docker

How to use it

Change into any directory that has both of these

  • package.json
  • package-lock.json

Then run:

docker run -it --rm -v "$PWD"/:/usr/app/ mtheoryx/npm-audit:1.0.0

The output will be the results of the audit.

Tag summary

Content type

Image

Digest

Size

37.2 MB

Last updated

about 8 years ago

docker pull mtheoryx/npm-audit:1.0.0