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 515c227 commit 5318088Copy full SHA for 5318088
.github/workflows/security-scan.yaml
@@ -98,6 +98,14 @@ jobs:
98
targets: "."
99
exclude: "tests"
100
101
+ - name: Upload SARIF results to GitHub Security tab
102
+ if: github.ref == 'refs/heads/main'
103
+ uses: github/codeql-action/upload-sarif@86b04fb0e47484f7282357688f21d5d0e32175fe
104
+ with:
105
+ sarif_file: results.sarif
106
+ category: bandit-security-scan
107
+ continue-on-error: true
108
+
109
- name: Upload SARIF as artifact
110
uses: actions/upload-artifact@v4
111
with:
0 commit comments