From 25219f2ed81ad55ae335eeb0bc749470ca9ff0a5 Mon Sep 17 00:00:00 2001 From: Trever McKee <132310752+trevermckee@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:22:55 -0700 Subject: [PATCH] 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> --- crates/kingfisher-rules/data/rules/testkube.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/kingfisher-rules/data/rules/testkube.yml b/crates/kingfisher-rules/data/rules/testkube.yml index 49ddc88..a401bbb 100644 --- a/crates/kingfisher-rules/data/rules/testkube.yml +++ b/crates/kingfisher-rules/data/rules/testkube.yml @@ -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