Ship browser helpers with public-host guards, ApiClient, structured logging, Prometheus timings, CI, examples, and ROADMAP for consumers.
17 lines
300 B
TOML
17 lines
300 B
TOML
# Gitleaks config for playkit
|
|
# useDefault is required so detection rules load (see ansible .gitleaks.toml note).
|
|
|
|
title = "playkit gitleaks"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[allowlist]
|
|
description = "Known false positives"
|
|
paths = [
|
|
'''\.env\.example''',
|
|
]
|
|
regexes = [
|
|
'''\$\{[A-Za-z0-9_]+\}''',
|
|
]
|