mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
11 lines
197 B
TOML
11 lines
197 B
TOML
title = "Custom gitleaks config"
|
||
|
||
[allowlist]
|
||
# Global allowlist patterns (won’t be flagged)
|
||
regexes = [
|
||
"s3SecretAccessKey: env.S3_SECRET_KEY ?? null",
|
||
]
|
||
paths = [
|
||
"src/utils/init.ts"
|
||
]
|