We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ebdb5 commit 13529a3Copy full SHA for 13529a3
2 files changed
.github/workflows/build-docker.yml
@@ -69,7 +69,7 @@ jobs:
69
cache-to: type=gha,mode=max
70
71
- name: Scan image with Trivy
72
- uses: aquasecurity/trivy-action@0.36.0
+ uses: aquasecurity/trivy-action@v0.36.0
73
env:
74
TRIVY_SHOW_SUPPRESSED: 1
75
TRIVY_IGNOREFILE: "./.trivyignore.yaml"
.github/workflows/sbom.yml
@@ -72,7 +72,7 @@ jobs:
scanners: "vuln"
- name: Create Docker image security advisory file with Trivy
76
77
78
0 commit comments