Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtheoryx/npm-audit-docker
Very specific wrapper around NPM v6+ `audit` functionality
https://github.com/mtheoryx/npm-audit-docker
audit docker foss node npm utility
Last synced: 13 days ago
JSON representation
Very specific wrapper around NPM v6+ `audit` functionality
- Host: GitHub
- URL: https://github.com/mtheoryx/npm-audit-docker
- Owner: mtheoryx
- License: mit
- Created: 2018-06-09T16:54:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T17:35:59.000Z (about 6 years ago)
- Last Synced: 2024-10-20T01:14:24.665Z (18 days ago)
- Topics: audit, docker, foss, node, npm, utility
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NPM Audit
NPM Version 6+ includes a fantastic `audit` feature.
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`.
## How to use
Change into any directory that has both of these
1. package.json
2. package-lock.jsonThen run:
```bash
docker run -it --rm -v "$PWD"/:/usr/app/ mtheoryx/npm-audit:latest
```The output will be the results of the audit.