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 4ae63fa commit 4957e14Copy full SHA for 4957e14
.github/workflows/security-scan.yaml
@@ -33,7 +33,7 @@ jobs:
33
fi
34
35
- name: Run Trivy vulnerability scan
36
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
37
with:
38
scan-type: 'fs'
39
scan-ref: '.'
@@ -43,7 +43,7 @@ jobs:
43
exit-code: '0'
44
45
- name: Check for critical and high vulnerabilities
46
47
48
49
@@ -92,7 +92,7 @@ jobs:
92
pip install bandit[sarif]
93
94
- name: Run Bandit Security Scan
95
- uses: PyCQA/bandit-action@v1
+ uses: PyCQA/bandit-action@67a458d90fa11fb1463e91e7f4c8f068b5863c7f
96
97
targets: "."
98
exclude: "tests"
0 commit comments