fix: Update Bandit command in CI workflows to run checks on tests directory
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
run: black --check .
|
||||
|
||||
- name: Run bandit
|
||||
run: bandit --ini .\.bandit -c pyproject.toml .
|
||||
run: bandit -c pyproject.toml -r tests
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user