GRM-24: chore: add bandit dependency, Makefile target and pre-commit hook

This commit is contained in:
Emil Simeonov
2026-06-19 21:13:21 +02:00
parent fefddda715
commit e9c0f22fc0
3 changed files with 13 additions and 1 deletions
+8
View File
@@ -32,6 +32,14 @@ repos:
pass_filenames: false
stages: [pre-commit]
- id: lint-bandit
name: bandit security scan
entry: make lint-bandit
language: system
types: [python]
pass_filenames: false
stages: [pre-commit]
- id: ansible-lint
name: ansible-lint
entry: make ansible-lint