We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ad8f9 commit 385fbffCopy full SHA for 385fbff
.github/workflows/security.yml
@@ -30,7 +30,7 @@ jobs:
30
python -m pip install -e ".[dev]"
31
32
- name: Run Trivy vulnerability scan
33
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
34
with:
35
scan-type: 'fs'
36
scan-ref: '.'
@@ -40,7 +40,7 @@ jobs:
40
exit-code: '0'
41
42
- name: Check for critical and high vulnerabilities
43
44
45
46
@@ -108,4 +108,4 @@ jobs:
108
name: bandit-sarif-results
109
path: results.sarif
110
retention-days: 30
111
- continue-on-error: true
+ continue-on-error: true
0 commit comments