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 275f604 commit e39c3e9Copy full SHA for e39c3e9
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@0.34.1
+ uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # v0.34.1
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