trails/.gitleaks.toml
Ullrich Schäfer 38e5b1ce25
Fix .gitleaks.toml config syntax
regexTarget is a string field, not an array of objects. Use the correct
allowlist format with regexes array.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 11:59:26 +01:00

7 lines
194 B
TOML

[allowlist]
# Sentry DSNs are public (ingest-only, not secrets)
description = "Allow Sentry DSNs"
regexTarget = "line"
regexes = [
'''https://[a-f0-9]+@o\d+\.ingest\.\w+\.sentry\.io/\d+''',
]