Skip to content

Commit 8329f28

Browse files
fatherlinuxclaude
andcommitted
Fix Trivy action version reference
Use @master instead of pinned tag that doesn't exist upstream. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f661440 commit 8329f28

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ jobs:
5858
- name: Run Trivy vulnerability scanner
5959
continue-on-error: true
6060
if: github.event_name != 'pull_request'
61-
uses: aquasecurity/trivy-action@0.34.1
61+
uses: aquasecurity/trivy-action@master
6262
with:
6363
image-ref: ${{ env.QUAY_IMAGE }}:latest
6464
format: "table"
6565
exit-code: "0"
6666
severity: "CRITICAL,HIGH"
67-
version: "v0.68.2"

0 commit comments

Comments
 (0)