We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf9e08 commit 4d1ff04Copy full SHA for 4d1ff04
.pre-commit-config.yaml
@@ -2,6 +2,12 @@
2
# See https://pre-commit.com for more information
3
4
repos:
5
+ # Secret scanning (blocks commits containing API keys, tokens, URLs)
6
+ - repo: https://github.com/gitleaks/gitleaks
7
+ rev: v8.30.0
8
+ hooks:
9
+ - id: gitleaks
10
+
11
# General hooks
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
rev: v4.5.0
@@ -73,6 +79,7 @@ default_language_version:
73
79
# Skip these hooks during CI (they run in dedicated CI jobs)
74
80
ci:
75
81
skip:
82
+ - gitleaks
76
83
- android-sdk-lint
77
84
- android-app-lint
78
85
- ios-sdk-swiftlint-fix
0 commit comments