Closed jackdawm closed 2 weeks ago
Making a note that I have to update this to pull from a different image, and I should clone the public ghcr.io image to our ghcr.io repo in a different action like I did for Semgrep. Otherwise, if you look at the action for this, you'll notice it gets a rate limit error (as expected from https://github.com/aquasecurity/trivy-action/issues/389)
What was changed
Upgrade the codeql upload action to v3 and have it always run, even in a non-0 exit state.
Why?
This reporting seems to have been broken for 2 years, and I would like to see if the
if: always()
helps.Checklist
Closes
How was this tested:
Any docs updates needed?