Skip to content

Commit fe29816

Browse files
committed
remove quantity
Signed-off-by: Maksim Khimchenko <maksim.khimchenko@flant.com>
1 parent c3a8293 commit fe29816

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+/=]{40,}''',
34+
'''h1:[A-Za-z0-9+/=]+''',
3535

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

0 commit comments

Comments
 (0)