Skip to content

Commit a0ebd24

Browse files
authored
Merge branch 'main' into rd/var-ordering
2 parents 13ef8d8 + d25a1dd commit a0ebd24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/trivy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Checkout source code
1818
uses: actions/checkout@v6
1919
- name: Run Trivy vulnerability scanner
20-
uses: aquasecurity/trivy-action@0.34.2
20+
# v0.35.0
21+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
2122
with:
2223
format: sarif
2324
output: trivy-results.sarif

0 commit comments

Comments
 (0)