Skip to content

Commit 3db442d

Browse files
committed
Remove workaround
1 parent 2093500 commit 3db442d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/image-vuln-scan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- name: Scan - Full
2323
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
2424
with:
25-
# https://github.com/aquasecurity/trivy-action/issues/516
26-
version: 'v0.69.2'
2725
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
2826

2927
- name: Write not configurable options to trivy.yml
@@ -38,8 +36,6 @@ jobs:
3836
id: scan_relevant
3937
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
4038
with:
41-
# https://github.com/aquasecurity/trivy-action/issues/516
42-
version: 'v0.69.2'
4339
trivy-config: trivy.yml
4440
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
4541
exit-code: 1

0 commit comments

Comments
 (0)