mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 17:18:29 +00:00
feat: add useforsecurty false for bandit pipeline
This commit is contained in:
2
.github/workflows/security-checker.yml
vendored
2
.github/workflows/security-checker.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
||||
run: pip install bandit
|
||||
|
||||
- name: Run Bandit
|
||||
run: bandit -r src/
|
||||
run: bandit -c pyproject.toml -r src
|
||||
|
||||
Reference in New Issue
Block a user