Add gitleaks and custom script to check secrets in commits
Additionally add lefthook to manage git hooks
This commit is contained in:
14
lefthook.yml
Normal file
14
lefthook.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Refer for explanation to following link:
|
||||
# https://lefthook.dev/configuration/
|
||||
|
||||
templates:
|
||||
av-hooks-dir: "/home/av/projects/private/git-hooks"
|
||||
|
||||
pre-commit:
|
||||
jobs:
|
||||
|
||||
- name: "gitleaks"
|
||||
run: "gitleaks git --staged"
|
||||
|
||||
- name: "check secret files"
|
||||
run: "python3 {av-hooks-dir}/pre-commit/check-secrets-encrypted-with-ansible-vault.py"
|
Reference in New Issue
Block a user