Skip to content

Commit 841935a

Browse files
authored
fix: Trivy action version was wrong (#4)
1 parent 82bfd4d commit 841935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
labels: ${{ steps.meta.outputs.labels }}
5858

5959
- name: Run Trivy vulnerability scanner on build image
60-
uses: aquasecurity/trivy-action@v2
60+
uses: aquasecurity/trivy-action@master
6161
with:
6262
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6363
format: "sarif"

0 commit comments

Comments
 (0)