Skip to content

Commit 87b0e28

Browse files
Merge pull request #158 from loganmarchione/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.30.0
2 parents 26996ed + a844ff9 commit 87b0e28

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)