Skip to content

Commit a844ff9

Browse files
Update aquasecurity/trivy-action action to v0.30.0
1 parent 26996ed commit a844ff9

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.29.0
95+
uses: aquasecurity/trivy-action@0.30.0
9696
with:
9797
scan-type: 'image'
9898
image-ref: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'

0 commit comments

Comments
 (0)