Skip to content

Commit 57fd02b

Browse files
insomniusclaude
andcommitted
fix(ci): pin Trivy action to v0.36.0 (0.28.0 was a typo, never released)
CI annotations on PR #63 surfaced "Unable to resolve action aquasecurity/trivy-action@0.28.0, unable to find version 0.28.0". The Trivy action's release tags use a `v0.x` prefix (latest is v0.36.0 as of 2026-04-22); my initial workflow used the unprefixed numeric form, which doesn't exist. Aligning to the canonical tag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 027cfcf commit 57fd02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: docker build -t altair-trivy-scan:local -f ./Dockerfile .
5353

5454
- name: Scan image for HIGH and CRITICAL vulnerabilities
55-
uses: aquasecurity/trivy-action@0.28.0
55+
uses: aquasecurity/trivy-action@v0.36.0
5656
with:
5757
image-ref: altair-trivy-scan:local
5858
format: sarif

0 commit comments

Comments
 (0)