11 lines
286 B
TOML
11 lines
286 B
TOML
title = "ProxUI Gitleaks configuration"
|
|
|
|
[allowlist]
|
|
description = "Allow documented upstream Supabase example values only."
|
|
paths = [
|
|
'''deploy/supabase/\.env\.example''',
|
|
'''deploy/supabase/CONFIG\.md''',
|
|
'''deploy/supabase/CHANGELOG\.md''',
|
|
'''deploy/supabase/tests/.*''',
|
|
]
|