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.
1 parent 288a208 commit 014a22bCopy full SHA for 014a22b
1 file changed
.github/workflows/trivy.yaml
@@ -17,7 +17,8 @@ jobs:
17
- name: Checkout source code
18
uses: actions/checkout@v6
19
- name: Run Trivy vulnerability scanner
20
- uses: aquasecurity/trivy-action@0.33.1
+ # v0.35.0
21
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
22
with:
23
format: sarif
24
output: trivy-results.sarif
0 commit comments