From 2c747dfbdb02ebdb88e22d5eae9fae8d193a442a Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 1 Aug 2025 09:15:47 -0700 Subject: [PATCH] Fixed validation caching for HTTP validators to include rendered headers so inactive secrets no longer appear active, in some cases --- install-precommit-hook.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install-precommit-hook.sh b/install-precommit-hook.sh index 3f852df..923fb94 100755 --- a/install-precommit-hook.sh +++ b/install-precommit-hook.sh @@ -68,10 +68,6 @@ if [[ $status -eq 200 ]]; then status=0 fi -if [[ $status -eq 205 ]]; then - status=0 -fi - if [[ $status -ne 0 ]]; then echo "Kingfisher detected secrets in staged files. Commit aborted." >&2 exit $status