We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175c36d commit 4f378e0Copy full SHA for 4f378e0
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,13 @@
1
+default_stages: [commit]
2
+
3
+repos:
4
+ - repo: https://github.com/gitleaks/gitleaks
5
+ rev: v8.18.2
6
+ hooks:
7
+ - id: gitleaks
8
+ - repo: https://github.com/pre-commit/pre-commit-hooks
9
+ rev: v4.6.0
10
11
+ - id: detect-private-key
12
+ - id: check-added-large-files
13
+ args: ['--maxkb=5000']
0 commit comments