Skip to content

Commit d3d76a6

Browse files
chore(deps): update aquasecurity/trivy-action digest to fc1500a
1 parent 1b80af9 commit d3d76a6

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@fc1500abdcdc9fc681e98d8912a52fa70dbc67de
4242
with:
4343
image-ref: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}"
4444
format: "template"

0 commit comments

Comments
 (0)