-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to --input as json file #25
Comments
Adding an I'm curious as to what your use-case is? Threshold filtering is planned (see #2). |
Yes, I'm waiting for it in next version :)
I've a jenkins pipeline job which publishes NPM report as html for each build. Unfortunately I didn't find any package having support for all those options (audit thresholds + html as output). Now I need to use 2 package to make a html report and each npm package runs
That would be great Thanks for this nice npm package 👍 |
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Currently
npm-audit-html
only supportstdin
as input. It would be great if it could accept json file as input.Something like this
npm-audit-html --input audit.json --output report.html
.Also would be nice if it's support threshold(low, moderate, high, critical).
The text was updated successfully, but these errors were encountered: