forked from mirrors/kingfisher
fix(deepseek): improve kingfisher.deepseek.1 regex
Refactor regex pattern for DeepSeek API Key rule. Signed-off-by: Luke Young <bored-engineer@users.noreply.github.com>
This commit is contained in:
parent
2bf9e54ad9
commit
97210dcaa5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ rules:
|
|||
- name: DeepSeek API Key
|
||||
id: kingfisher.deepseek.1
|
||||
pattern: |
|
||||
(?xi)
|
||||
(?x)
|
||||
\b
|
||||
(
|
||||
sk-[a-f0-9]{32}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue