feat: Add Bandit security checks to CI workflows
This commit is contained in:
@@ -50,6 +50,9 @@ jobs:
|
||||
- name: Run Black
|
||||
run: black --check .
|
||||
|
||||
- name: Run bandit
|
||||
run: bandit --ini .\.bandit -c pyproject.toml .
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: lint
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
run: black --check .
|
||||
|
||||
- name: Run Bandit
|
||||
run: bandit -r . -c pyproject.toml
|
||||
run: bandit --ini .\.bandit -c pyproject.toml .
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user