Skip to content

Commit

Permalink
Bugfix for config
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichB22 committed Jan 29, 2025
1 parent 504977c commit dd37152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run Bandit
shell: bash
run: bandit pyproject.toml -r -f sarif -o results.sarif . || true
run: bandit -c pyproject.toml -r . -f sarif -o results.sarif || true

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit dd37152

Please sign in to comment.