Skip to content

Commit 9b9f1f0

Browse files
committed
fix: use valid trivy action tag
1 parent 9e13ee4 commit 9b9f1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
push: true
3838
tags: ${{ steps.meta.outputs.tags }}
3939
labels: ${{ steps.meta.outputs.labels }}
40-
- uses: aquasecurity/trivy-action@0.31.0
40+
- uses: aquasecurity/trivy-action@v0.36.0
4141
with:
4242
image-ref: ${{ env.IMAGE_NAME }}:latest
4343
format: table

0 commit comments

Comments
 (0)