We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2093500 commit 3db442dCopy full SHA for 3db442d
1 file changed
.github/workflows/image-vuln-scan.yml
@@ -22,8 +22,6 @@ jobs:
22
- name: Scan - Full
23
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
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
@@ -38,8 +36,6 @@ jobs:
38
36
id: scan_relevant
39
37
40
41
42
43
trivy-config: trivy.yml
44
45
exit-code: 1
0 commit comments