Skip to content

Commit b047896

Browse files
Update aquasecurity/trivy-action action to v0.32.0
1 parent bb4ff93 commit b047896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
ignore: 'CIS-DI-0001,CIS-DI-0010'
9393

9494
- name: Container scan with Trivy
95-
uses: aquasecurity/trivy-action@0.31.0
95+
uses: aquasecurity/trivy-action@0.32.0
9696
with:
9797
scan-type: 'image'
9898
image-ref: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'

0 commit comments

Comments
 (0)