Skip to content

Commit d6d8489

Browse files
Michael McNeesclaude
authored andcommitted
fix(ci): bump trivy-action to v0.36.0
v0.28.0 does not exist as a release tag; resolved to latest stable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2aca6c1 commit d6d8489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "version=${TAG}" >> "$GITHUB_OUTPUT"
7272
7373
- name: Run Trivy vulnerability scanner
74-
uses: aquasecurity/trivy-action@0.28.0
74+
uses: aquasecurity/trivy-action@v0.36.0
7575
with:
7676
image-ref: "ghcr.io/dvflw/mantle:${{ steps.vars.outputs.version }}"
7777
format: table

0 commit comments

Comments
 (0)