Skip to content

Commit

Permalink
Add: Pre-Commit hook for gitleaks
Browse files Browse the repository at this point in the history
Signed-off-by: Sumit Das <[email protected]>
  • Loading branch information
sudas-px committed Aug 16, 2023
1 parent 9a01c9e commit eae77cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- id: detect-private-key
- repo: https://github.com/gitleaks/gitleaks
rev: v8.17.0
hooks:
- id: gitleaks
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.74.1
hooks:
Expand Down

0 comments on commit eae77cf

Please sign in to comment.