forked from mirrors/kingfisher
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:
parent
97135c01fd
commit
2c747dfbdb
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue