Skip to content

Commit 17fff18

Browse files
committed
ci: fix trivy action SHA pin
1 parent 6fb49b0 commit 17fff18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
5252
- name: Run Trivy vulnerability scanner
53-
uses: aquasecurity/trivy-action@854c61d34a550a9fcbab3bc59e55b868c15d1962
53+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
5454
with:
5555
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
5656
format: json

0 commit comments

Comments
 (0)