From ca57b9046f52cc3407c1061d8de343ce88c8448e Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:58:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20docstrings=20to=20`fix/fin?= =?UTF-8?q?d-exec-terminator`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docstrings generation was requested by @hyperpolymath. * https://github.com/hyperpolymath/cicd-squabbler/pull/48#issuecomment-5428797205 The following files were modified: * `.githooks/validate-k9.sh` --- .githooks/validate-k9.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .githooks/validate-k9.sh diff --git a/.githooks/validate-k9.sh b/.githooks/validate-k9.sh old mode 100755 new mode 100644 index ea16916..d1cffce --- a/.githooks/validate-k9.sh +++ b/.githooks/validate-k9.sh @@ -109,7 +109,7 @@ normalise_level() { # --------------------------------------------------------------------------- # Validator: check a single K9 file -# --------------------------------------------------------------------------- +# validate_k9 validates a K9 file's magic number, SPDX header, pedigree fields, security level, and signature requirements. validate_k9() { local file="$1" FILES_SCANNED=$((FILES_SCANNED + 1))