Skip to content

Commit 1602b4c

Browse files
committed
feat(workflow): integrate Gitleaks in pre-commit hooks
1 parent 69158b2 commit 1602b4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ repos:
2828
hooks:
2929
- id: pyright-pretty
3030
files: ^src/|^tests/
31+
32+
- repo: https://github.com/gitleaks/gitleaks
33+
rev: v8.28.0
34+
hooks:
35+
- id: gitleaks

0 commit comments

Comments
 (0)