Skip to content

Commit 4e234ea

Browse files
committed
return back quantity
Signed-off-by: Maksim Khimchenko <maksim.khimchenko@flant.com>
1 parent fe29816 commit 4e234ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitleaks/config/gitleaks.base.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ paths = [
3131
# === Safe patterns ===
3232
regexes = [
3333
# Go module checksums - always public
34-
'''h1:[A-Za-z0-9+/=]+''',
34+
'''h1:[A-Za-z0-9+/=]{12,}''',
3535

3636
# Public certificates (only ca.crt, NOT private keys!)
3737
'''ca\.crt:\s*[A-Za-z0-9+/=]+''',

0 commit comments

Comments
 (0)