Skip to content

Commit 588af7b

Browse files
authored
Update Trivy action to version 0.29.0
1 parent 2285484 commit 588af7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tags: ${{ env.TAGS }}
3838

3939
- name: Scan image for vulnerabilities
40-
uses: aquasecurity/trivy-action@master
40+
uses: aquasecurity/trivy-action@0.29.0
4141
with:
4242
image-ref: ${{ env.TAGS }}
4343
format: 'table'

0 commit comments

Comments
 (0)