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 5236b3f commit 07eb92bCopy full SHA for 07eb92b
.github/workflows/security.yaml
@@ -89,7 +89,7 @@ jobs:
89
- name: Install Bandit
90
run: |
91
source .venv/bin/activate
92
- pip install bandit[toml, sarif]
+ pip install bandit[sarif]
93
94
- name: Run Bandit Security Scan
95
uses: PyCQA/bandit-action@v1
0 commit comments