feat: Reduce level for Bandit and fix code to adapt (#1604)

This commit is contained in:
Eduardo Chiarotti
2024-11-14 13:12:35 -03:00
committed by GitHub
parent 4ca785eb15
commit 9285ebf8a2
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