Update trivy-action to 0.36.0 and print findings in CI logs#1096
Merged
SachaProbo merged 1 commit intomainfrom Apr 23, 2026
Merged
Update trivy-action to 0.36.0 and print findings in CI logs#1096SachaProbo merged 1 commit intomainfrom
SachaProbo merged 1 commit intomainfrom
Conversation
61a032a to
e395a74
Compare
Contributor
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/make.yaml">
<violation number="1" location=".github/workflows/make.yaml:169">
P2: Make the jq traversal null-safe; `.runs[].results[]` can fail on valid SARIF runs where `results` is missing/null.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
cf164b7 to
d2151c3
Compare
Bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 (Trivy 0.70.0) and add a step to print CVE findings from the SARIF output so they are visible directly in CI logs. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
d2151c3 to
b9cf93a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 (Trivy 0.70.0) and add a step to print CVE findings from the SARIF output so they are visible directly in CI logs.
Summary by cubic
Update
aquasecurity/trivy-actionto 0.36.0 (Trivy 0.70.0). Print CVE messages in release logs and make the make workflow fail on critical/high findings with table output.Dependencies
aquasecurity/trivy-actionfrom 0.35.0 to 0.36.0 in.github/workflows/make.yamland.github/workflows/release.yaml.Refactors
make.yaml, useformat: table, setexit-code: 1, and remove the SARIF upload step; setcache-dirto~/.cache/trivy.release.yaml, add a "Print Trivy findings" step usingjq(runs withif: always()).Written for commit b9cf93a. Summary will update on new commits.