From 872dfa894fa36fce37ba7b3d044c7dd5cef1ad1c Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:39:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20CodeRabbit=20CI=20Fix:=20Fix=20f?= =?UTF-8?q?ailing=20Estate=20Rules,=20SonarQube,=20and=20Dogfood=20Gate=20?= =?UTF-8?q?CI=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .githooks/validate-k9.sh | 2 +- .machine_readable/root-allow.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.githooks/validate-k9.sh b/.githooks/validate-k9.sh index c83e290..72b79f5 100755 --- a/.githooks/validate-k9.sh +++ b/.githooks/validate-k9.sh @@ -239,7 +239,7 @@ validate_k9() { fi # Also check for signature fields outside pedigree (top-level) - if [[ "$line" =~ ^[[:space:]]*(signature)[[:space:]]*= ]]; then + if [[ "$line" =~ ^[[:space:]]*(signature|signature_required)[[:space:]]*= ]]; then has_signature_field=true fi done < "$file" diff --git a/.machine_readable/root-allow.txt b/.machine_readable/root-allow.txt index 48f4493..728ff87 100644 --- a/.machine_readable/root-allow.txt +++ b/.machine_readable/root-allow.txt @@ -91,3 +91,14 @@ MAINTAINERS # Project file that must remain at the repository ro REQUIRES_INITIALISATION.md # Project documentation. flake.guix # Project file that must remain at the repository root. mise.toml # Build/tool manifest — must sit at the root to be found. + +# ─── Declared 2026-09-04: AsciiDoc-by-default migration + tool dotfile. +# The .md docs above were converted to .adoc (openssf-compliance and +# docs checks already accept either); the old entries are left above +# for tooling that still references the historical .md names. +ARCHITECTURE.adoc # Project documentation (AsciiDoc-by-default). +CHANGELOG.adoc # Project documentation (AsciiDoc-by-default). +CODE_OF_CONDUCT.adoc # Project documentation (AsciiDoc-by-default). +CONTRIBUTING.adoc # Project documentation (AsciiDoc-by-default). +SECURITY.adoc # Project documentation (AsciiDoc-by-default). +.mise.toml # Repo-specific mise config; must sit at the root to be found.