Skip to content

Commit 13529a3

Browse files
committed
fix action tag
1 parent 94ebdb5 commit 13529a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cache-to: type=gha,mode=max
7070

7171
- name: Scan image with Trivy
72-
uses: aquasecurity/trivy-action@0.36.0
72+
uses: aquasecurity/trivy-action@v0.36.0
7373
env:
7474
TRIVY_SHOW_SUPPRESSED: 1
7575
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
scanners: "vuln"
7373

7474
- name: Create Docker image security advisory file with Trivy
75-
uses: aquasecurity/trivy-action@0.36.0
75+
uses: aquasecurity/trivy-action@v0.36.0
7676
env:
7777
TRIVY_SHOW_SUPPRESSED: 1
7878
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

0 commit comments

Comments
 (0)