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 be3f71d commit 20d7452Copy full SHA for 20d7452
.github/workflows/security.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-python@v2
30
31
- name: Install Bandit
32
- run: pip install bandit-sarif-formatter
+ run: pip install bandit bandit-sarif-formatter
33
34
- name: Run Bandit
35
run: bandit --format sarif --output bandit.sarif
0 commit comments