Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Trever McKee <132310752+trevermckee@users.noreply.github.com>
This commit is contained in:
Trever McKee 2026-03-16 17:22:55 -07:00 committed by GitHub
commit 25219f2ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ rules:
(?xi)
\b
(
tkcapi_[a-f0-9]{30,64}
tkcapi_[a-z0-9]{30,64}
)
\b
pattern_requirements:
@ -42,7 +42,7 @@ rules:
(?xi)
\b
(
tkcorg_[a-f0-9]{16,32}
tkcorg_[a-z0-9]{16,32}
)
\b
min_entropy: 3.0
@ -59,7 +59,7 @@ rules:
(?xi)
\b
(
tkcenv_[a-f0-9]{16,32}
tkcenv_[a-z0-9]{16,32}
)
\b
min_entropy: 3.0