We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Prepare env:
npm init -y npm add [email protected] npm add [email protected]
Run Trivy:
trivy fs --list-all-pkgs -f json -o report.json .
Trivy detects package-lock.json in node_modules as applications:
package-lock.json
node_modules
cat report.json | jq '.Results[] | .Target' "node_modules/combined-stream/yarn.lock" "node_modules/form-data/yarn.lock" "node_modules/html2canvas/node_modules/css-line-break/package-lock.json" "node_modules/html2canvas/package-lock.json" "node_modules/uri-js/yarn.lock" "package-lock.json"
The text was updated successfully, but these errors were encountered:
nikpivkin
Successfully merging a pull request may close this issue.
Prepare env:
Run Trivy:
trivy fs --list-all-pkgs -f json -o report.json .
Trivy detects
package-lock.json
innode_modules
as applications:The text was updated successfully, but these errors were encountered: