1.0.0 • Published 7 years ago
gitlab-sast-nodejs v1.0.0
GitLab SAST for NodeJS
This project uses eslint-plugin-security to scan and report security issues.
Usage: scan [options] <path ...>
Options:
-v, --version output the version number
-o, --out <filename> output filename, defaults to gl-sast-report.json
-h, --help output usage informationHow to use
NPX
npx gitlab-sast-nodejs path1 path2NPM
npm i -g gitlab-sast-nodejsDocker
Using Docker you can simply mount two volumes in the container, e.g.:
docker run --rm -it -v $(PWD)/src:/src/code -v $(PWD):/output sastThis will scan a subfolder src/ and write the result to the root of your project
1.0.0
7 years ago