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 545d089 + c333b44 commit 59ab7c5Copy full SHA for 59ab7c5
.github/actions/image_scan/action.yml
@@ -32,7 +32,7 @@ runs:
32
run: docker logout public.ecr.aws
33
34
- name: Run Trivy vulnerability scanner on image
35
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
+ uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
36
with:
37
image-ref: ${{ inputs.image-ref }}
38
severity: ${{ inputs.severity }}
0 commit comments