Skip to content

Commit 880e0b1

Browse files
add: pre commit hook for secret scans
1 parent 34650a2 commit 880e0b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/gitleaks/gitleaks
3+
rev: v8.16.1
4+
hooks:
5+
- id: gitleaks

0 commit comments

Comments
 (0)