From 3f6e21cb1feb5764a43d33c66f7e7601c331fad3 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 4 Mar 2026 15:17:26 -0500 Subject: [PATCH] chore: Add a .gitleaks.toml to fix the false/positives from the infosec scans --- .gitleaks.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000000..0ad9d979bd --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,8 @@ +[allowlist] +description = "Global Allowlist" + +regexes = [ + '''ABTLWHOULUVAXGTRYU7OC2876QJ2O''', + '''GR1348941oP5naQnWsbJRTvXHC7VJ''', + '''ghs_16C7e42F292c6912E7710c838347Ae178B4a''', +]