feat: add useforsecurty false for bandit pipeline

This commit is contained in:
Eduardo Chiarotti
2024-08-15 18:03:21 -03:00
parent e65e36b81b
commit f98bac58cd
5 changed files with 7 additions and 4 deletions

View File

@@ -19,4 +19,4 @@ jobs:
run: pip install bandit
- name: Run Bandit
run: bandit -r src/
run: bandit -c pyproject.toml -r src