We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb49b0 commit 17fff18Copy full SHA for 17fff18
1 file changed
.github/workflows/deploy-stage.yaml
@@ -50,7 +50,7 @@ jobs:
50
tags: ${{ steps.meta.outputs.tags }}
51
labels: ${{ steps.meta.outputs.labels }}
52
- name: Run Trivy vulnerability scanner
53
- uses: aquasecurity/trivy-action@854c61d34a550a9fcbab3bc59e55b868c15d1962
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
54
with:
55
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
56
format: json
0 commit comments