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
Given a results.json file as attached, which is based on 2 package files in:
results.json
./package.json ./frontend/package.json
Then, snyk-to-html outputs the scanned path information as follows:
snyk-to-html
This is incomplete and potentially misleading, the output should be extended to contain the package files:
/Users/sebastian/git/sebsnyk.juice-shop/package.json (npm) /Users/sebastian/git/sebsnyk.juice-shop/frontend/package.json (npm)
The information is available in the results JSON and could be used:
"displayTargetFile": "frontend/package-lock.json", "path": "/Users/sebastian/git/sebsnyk.juice-shop"
results.json.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given a
results.json
file as attached, which is based on 2 package files in:Then,
snyk-to-html
outputs the scanned path information as follows:This is incomplete and potentially misleading, the output should be extended to contain the package files:
The information is available in the results JSON and could be used:
results.json.txt
The text was updated successfully, but these errors were encountered: