We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8a7cbf + e0dba06 commit aac8227Copy full SHA for aac8227
1 file changed
.github/workflows/image-vuln-scan.yml
@@ -20,13 +20,13 @@ jobs:
20
- uses: actions/checkout@v5
21
22
- name: Scan - Full
23
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.0
24
with:
25
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
26
27
- name: Scan - Relevant
28
id: scan_relevant
29
30
31
32
exit-code: 1
0 commit comments