light-heart-labs--ods
20 行
563 B
TOML
20 行
563 B
TOML
[[rules]]
|
|
id = "langfuse-project-public-key"
|
|
description = "Langfuse project public key"
|
|
regex = '''pk-lf-[0-9a-f]+'''
|
|
keywords = ["pk-lf-"]
|
|
|
|
[[rules]]
|
|
id = "langfuse-project-secret-key"
|
|
description = "Langfuse project secret key"
|
|
regex = '''sk-lf-[0-9a-f]+'''
|
|
keywords = ["sk-lf-"]
|
|
|
|
[allowlist]
|
|
description = "Installer key-generation templates (not real secrets)"
|
|
paths = [
|
|
'''ods/installers/phases/06-directories\.sh''',
|
|
'''ods/installers/macos/lib/env-generator\.sh''',
|
|
'''ods/installers/windows/lib/env-generator\.ps1''',
|
|
]
|