mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +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
|
||||
|
||||
- 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