chore: add .gitallowed for documentation examples
This commit is contained in:
parent
43c8a57c26
commit
16c3b0df10
1 changed files with 12 additions and 0 deletions
12
.gitallowed
Normal file
12
.gitallowed
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Allowed patterns for git-secrets (false positive exclusions)
|
||||||
|
# These are documentation examples, not real secrets
|
||||||
|
|
||||||
|
# Example API keys in documentation
|
||||||
|
tpmjs_sk_your_api_key_here
|
||||||
|
tpmjs_sk_your_api_key
|
||||||
|
tpmjs_sk_xxx
|
||||||
|
tpmjs_sk_abc123
|
||||||
|
tpmjs_sk_xxxxxxxxxxxxxxxxxxxx
|
||||||
|
|
||||||
|
# Ellipsized examples in docs (e.g., "tpmjs_sk_abc1...")
|
||||||
|
tpmjs_sk_[a-z0-9]+\.\.\.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue