Skip to content

Commit 0d9165f

Browse files
Update aquasecurity/trivy-action action to v0.33.1
1 parent 9d5c076 commit 0d9165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: docker save -o ${{ steps.build.outputs.imageid }}.tar ${{ steps.build.outputs.imageid }}
4545

4646
- name: Scan Docker image for CVEs
47-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
47+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
4848
with:
4949
input: ${{ steps.build.outputs.imageid }}.tar
5050
format: 'sarif'

0 commit comments

Comments
 (0)