We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 057b46a + f3c4295 commit 3d5dedcCopy full SHA for 3d5dedc
.github/workflows/trivy.yml
@@ -63,7 +63,7 @@ jobs:
63
tags: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ github.sha }}
64
65
- name: Run Trivy Vulnerability Scanner
66
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
67
with:
68
image-ref: '${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ github.sha }}'
69
format: 'template'
0 commit comments