We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8393e34 commit a661968Copy full SHA for a661968
.github/workflows/docker.yml
@@ -46,7 +46,7 @@ jobs:
46
tags: ${{ steps.meta.outputs.tags }}
47
labels: ${{ steps.meta.outputs.labels }}
48
- name: Run Trivy vulnerability scanner
49
- uses: aquasecurity/trivy-action@0.34.1
+ uses: aquasecurity/trivy-action@0.34.2
50
with:
51
image-ref: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}"
52
output: trivy-report.json
0 commit comments