GRM-24: chore: add bandit dependency, Makefile target and pre-commit hook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user