You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get this working locally with: grype -o template -t ./csv.tmpl --fail-on medium analytics-grants-analytics --only-fixed using the following template:
## Changes
Runs vulnerability scans twice so we can get both the version fixes and
CVE locations
## Context
This is a patchwork fix for #2580. I would rather fix this upstream, so
I'm not making this PR as resolving #2580
Summary
Followup to #2542
I was able to get this working locally with:
grype -o template -t ./csv.tmpl --fail-on medium analytics-grants-analytics --only-fixed
using the following template:which outputs:
However, the github scan doesn't support the template output: anchore/scan-action#397
We could either:
results.json
file differently. The challenge is that the artifact with the path is adjacent to the vulernabilty with the ID and fix:Acceptance criteria
The text was updated successfully, but these errors were encountered: