ci: scan the image with Trivy's own pinned image - #12
Merged
Merged
Conversation
aquasecurity/trivy-action@0.28.0 does not exist, so the docker job — and with it the Release gate that now depends on it — failed at job setup before ever building. Run Trivy's own container instead, pinned to 0.74.0: same scan, one less third party able to change what runs here.
marcoome
force-pushed
the
claude/codex-review-stabilization-kgo49g
branch
from
August 23, 2026 12:24
afeff79 to
73b8834
Compare
Trivy fails the docker gate on both: CVE-2026-46600 (dnsmessage parsing) and CVE-2026-56852 (invalid UTF-8), each fixable. Bumped in the app and in terraform-provider-hpg, which carried the same two indirectly.
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.
aquasecurity/trivy-action@0.28.0does not exist. Thedockerjob failed at job setup — before building anything — and since Release now gates on CI, it took the release run down with it.Runs Trivy's own container instead, pinned to
0.74.0, against the image the job just built. Same scan (--ignore-unfixed, HIGH/CRITICAL, exit 1), one less third party able to change what runs in this pipeline.