We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45555db commit 54bcb42Copy full SHA for 54bcb42
.pre-commit-config.yaml
@@ -25,6 +25,12 @@ repos:
25
hooks:
26
- id: identity
27
- id: check-hooks-apply
28
+ - repo: https://github.com/gitleaks/gitleaks
29
+ rev: v8.27.2
30
+ hooks:
31
+ - id: gitleaks
32
+ name: run gitleaks
33
+ description: detect hardcoded secrets
34
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v4.6.0
36
0 commit comments