We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a8293 commit fe29816Copy full SHA for fe29816
1 file changed
gitleaks/config/gitleaks.base.toml
@@ -31,7 +31,7 @@ paths = [
31
# === Safe patterns ===
32
regexes = [
33
# Go module checksums - always public
34
- '''.*h1:[A-Za-z0-9+/=]{40,}''',
+ '''h1:[A-Za-z0-9+/=]+''',
35
36
# Public certificates (only ca.crt, NOT private keys!)
37
'''ca\.crt:\s*[A-Za-z0-9+/=]+''',
0 commit comments