mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
feat: Add report only for High severity issues
This commit is contained in:
3
.github/workflows/security-checker.yml
vendored
3
.github/workflows/security-checker.yml
vendored
@@ -19,4 +19,5 @@ jobs:
|
|||||||
run: pip install bandit
|
run: pip install bandit
|
||||||
|
|
||||||
- name: Run Bandit
|
- name: Run Bandit
|
||||||
run: bandit -c pyproject.toml -r src
|
run: bandit -c pyproject.toml -r src/ -lll
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user