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.
1 parent 3b1519c commit 2093500Copy full SHA for 2093500
1 file changed
.github/workflows/image-vuln-scan.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v6
21
22
- name: Scan - Full
23
- uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # v0.34.1
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
24
with:
25
# https://github.com/aquasecurity/trivy-action/issues/516
26
version: 'v0.69.2'
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Scan - Relevant
38
id: scan_relevant
39
40
41
42
0 commit comments