mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-27 15:07:55 +00:00
24 lines
316 B
TOML
24 lines
316 B
TOML
title = "Gitleaks Config"
|
|
|
|
[extend]
|
|
# 继承默认规则
|
|
useDefault = true
|
|
|
|
# 排除误报路径
|
|
[[rules]]
|
|
id = "curl-auth-header"
|
|
[rules.allowlist]
|
|
paths = [
|
|
'''docs/HTTP-API\.md'''
|
|
]
|
|
regexes = [
|
|
'''YOUR_TOKEN'''
|
|
]
|
|
|
|
[[rules]]
|
|
id = "generic-api-key"
|
|
[rules.allowlist]
|
|
paths = [
|
|
'''src/pages/ChatPage\.tsx'''
|
|
]
|