feat: Reduce level for Bandit and fix code to adapt

This commit is contained in:
Eduardo Chiarotti
2024-11-14 13:09:38 -03:00
parent 4ca785eb15
commit 39a61338b3
5 changed files with 13 additions and 7 deletions

View File

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