Skip to content

Commit a516afc

Browse files
chore(deps): update aquasecurity/trivy-action digest to 915b19b
1 parent 1b80af9 commit a516afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
docker build -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} .
3939

4040
- name: Run Trivy vulnerability scanner
41-
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
41+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
4242
with:
4343
image-ref: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}"
4444
format: "template"

0 commit comments

Comments
 (0)