Skip to content

Commit 275f604

Browse files
committed
Make trivy work again
1 parent 6c49ecb commit 275f604

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

2729
- name: Write not configurable options to trivy.yml
@@ -36,6 +38,8 @@ jobs:
3638
id: scan_relevant
3739
uses: aquasecurity/trivy-action@0.34.1
3840
with:
41+
# https://github.com/aquasecurity/trivy-action/issues/516
42+
version: 'v0.69.2'
3943
trivy-config: trivy.yml
4044
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
4145
exit-code: 1

0 commit comments

Comments
 (0)