We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355112 commit 1d3ff47Copy full SHA for 1d3ff47
1 file changed
.github/workflows/docker-build.yml
@@ -41,7 +41,7 @@ jobs:
41
tags: ${{ inputs.image-name }}:${{ github.sha }}
42
43
- name: Run Trivy vulnerability scanner
44
- uses: aquasecurity/trivy-action@v0.29.0
+ uses: aquasecurity/trivy-action@0.29.0
45
with:
46
image-ref: ${{ inputs.image-name }}:${{ github.sha }}
47
format: 'table'
0 commit comments