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 6c49ecb commit 275f604Copy full SHA for 275f604
1 file changed
.github/workflows/image-vuln-scan.yml
@@ -22,6 +22,8 @@ jobs:
22
- name: Scan - Full
23
uses: aquasecurity/trivy-action@0.34.1
24
with:
25
+ # https://github.com/aquasecurity/trivy-action/issues/516
26
+ version: 'v0.69.2'
27
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
28
29
- name: Write not configurable options to trivy.yml
@@ -36,6 +38,8 @@ jobs:
36
38
id: scan_relevant
37
39
40
41
42
43
trivy-config: trivy.yml
44
45
exit-code: 1
0 commit comments