We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12654b3 commit 37df4dbCopy full SHA for 37df4db
1 file changed
.github/workflows/trivy.yaml
@@ -38,7 +38,7 @@ jobs:
38
docker build -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} .
39
40
- name: Run Trivy vulnerability scanner
41
- uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
+ uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41
42
with:
43
image-ref: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}"
44
format: "template"
0 commit comments