We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b80af9 commit b3ec077Copy full SHA for b3ec077
.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@207cd40078971bb7a078f8504c2061f908569449
42
with:
43
image-ref: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}"
44
format: "template"
0 commit comments