Skip to content

Commit 385fbff

Browse files
authored
Upgrade Trivy action version in security workflow
Updated Trivy action version to v0.35.0 for vulnerability scanning.
1 parent b4ad8f9 commit 385fbff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python -m pip install -e ".[dev]"
3131
3232
- name: Run Trivy vulnerability scan
33-
uses: aquasecurity/trivy-action@0.28.0
33+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
3434
with:
3535
scan-type: 'fs'
3636
scan-ref: '.'
@@ -40,7 +40,7 @@ jobs:
4040
exit-code: '0'
4141

4242
- name: Check for critical and high vulnerabilities
43-
uses: aquasecurity/trivy-action@0.28.0
43+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
4444
with:
4545
scan-type: 'fs'
4646
scan-ref: '.'
@@ -108,4 +108,4 @@ jobs:
108108
name: bandit-sarif-results
109109
path: results.sarif
110110
retention-days: 30
111-
continue-on-error: true
111+
continue-on-error: true

0 commit comments

Comments
 (0)