feat: Add report only for High severity issues

This commit is contained in:
Eduardo Chiarotti
2024-08-15 18:10:04 -03:00
parent f98bac58cd
commit 4dc974a813

View File

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