.gitleaks.toml 313 B

123456789
  1. title = "LinuxGSM Gitleaks Config"
  2. [allowlist]
  3. description = "Known false positives"
  4. regexes = [
  5. # Google Analytics 4 Measurement Protocol API secret - not a sensitive credential,
  6. # it is intentionally embedded in client-side code and is safe to be public.
  7. '''apisecret="[A-Za-z0-9_\-]+"''',
  8. ]