Skip to content

Commit b3ec077

Browse files
chore(deps): update aquasecurity/trivy-action digest to 207cd40
1 parent 1b80af9 commit b3ec077

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

0 commit comments

Comments
 (0)