We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 971bf0d + 519660d commit 95fd72dCopy full SHA for 95fd72d
.github/workflows/trivy.yml
@@ -35,7 +35,7 @@ jobs:
35
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ github.sha }} .
36
37
- name: Run Trivy vulnerability scanner
38
- uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d
+ uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
39
with:
40
image-ref: '${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ github.sha }}'
41
format: 'template'
0 commit comments