Skip to content

Commit e8f9d08

Browse files
Miqueasherthpierce
andauthored
Dotnet vid to sha update (#261)
This pr updates action.yml 3p action aquasecurity/setup-trivy to use a CSHA. References https://github.com/aquasecurity/setup-trivy By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Thomas Pierce <[email protected]>
1 parent fa685e1 commit e8f9d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/image_scan/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
run: docker logout public.ecr.aws
3737

3838
- name: Run Trivy vulnerability scanner on image
39-
uses: aquasecurity/trivy-action@master
39+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
4040
with:
4141
image-ref: ${{ inputs.image-ref }}
4242
severity: ${{ inputs.severity }}

0 commit comments

Comments
 (0)