Skip to content

Commit 11d864e

Browse files
committed
Fix Trivy action version references
1 parent d6f45e6 commit 11d864e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Trivy image scan
6060
if: github.event_name == 'pull_request'
61-
uses: aquasecurity/trivy-action@0.24.0
61+
uses: aquasecurity/trivy-action@v0.24.0
6262
with:
6363
image-ref: start-it-cli:pr
6464
format: sarif

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Trivy filesystem scan
75-
uses: aquasecurity/trivy-action@0.24.0
75+
uses: aquasecurity/trivy-action@v0.24.0
7676
with:
7777
scan-type: fs
7878
scan-ref: .

0 commit comments

Comments
 (0)