项目文件夹

文件
2026-07-13 12:34:03 +08:00

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''',
]