Fixed validation caching for HTTP validators to include rendered headers so inactive secrets no longer appear active, in some cases

This commit is contained in:
Mick Grove 2025-08-01 09:15:47 -07:00
commit 2c747dfbdb

View file

@ -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