Skip to content

Commit a40fe91

Browse files
authored
Merge pull request #3032 from kubernetes-sigs/security/update-trivy-action-v0.35.0
security: Update trivy-action to use sha for v0.35.0
2 parents a43eb2d + eabf4e7 commit a40fe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make container
2828
2929
- name: Run Trivy vulnerability scanner
30-
uses: aquasecurity/trivy-action@master
30+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
3131
env:
3232
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
3333
with:

0 commit comments

Comments
 (0)