Add gitleaks hook

This commit is contained in:
Ryan Luckie 2021-04-07 00:27:57 -05:00
parent cfc3672e46
commit 73ac710bda
3 changed files with 72 additions and 0 deletions

View file

@ -205,3 +205,9 @@
language: python
types: [text]
stages: [commit, push, manual]
- id: check-gitleaks
name: "gitleaks"
entry: check-gitleaks
language: python
pass_filenames: false
always_run: true