From 4ac41c5007e3bea235cbaa70a175af67404c8e10 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Tue, 5 May 2026 04:56:43 +0000 Subject: [PATCH] ci: restore +x bit on scripts/ci-guards/*.sh (sandbox stripped exec bit) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pure mode-change commit. The previous a3599ad commit dropped the executable bit (100755 → 100644) on five files in scripts/ci-guards/ plus scripts/qa-doc-seed-count.sh and scripts/dev-setup.sh — a sandbox-tooling artefact, not intentional. The CI pipeline calls each guard via 'bash "$g"' so the missing exec bit didn't break anything operationally, but operators who run a guard directly via './scripts/ci-guards/.sh' would hit a permission-denied. Restore to 100755 to match the rest of scripts/ci-guards/*.sh. No content changes. --- scripts/ci-guards/G-3-env-docs-drift.sh | 0 scripts/ci-guards/H-009-readme-jwt.sh | 0 scripts/ci-guards/L-001-insecure-skip-verify.sh | 0 scripts/ci-guards/U-2-plaintext-healthcheck.sh | 0 scripts/dev-setup.sh | 0 scripts/qa-doc-seed-count.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/ci-guards/G-3-env-docs-drift.sh mode change 100644 => 100755 scripts/ci-guards/H-009-readme-jwt.sh mode change 100644 => 100755 scripts/ci-guards/L-001-insecure-skip-verify.sh mode change 100644 => 100755 scripts/ci-guards/U-2-plaintext-healthcheck.sh mode change 100644 => 100755 scripts/dev-setup.sh mode change 100644 => 100755 scripts/qa-doc-seed-count.sh diff --git a/scripts/ci-guards/G-3-env-docs-drift.sh b/scripts/ci-guards/G-3-env-docs-drift.sh old mode 100644 new mode 100755 diff --git a/scripts/ci-guards/H-009-readme-jwt.sh b/scripts/ci-guards/H-009-readme-jwt.sh old mode 100644 new mode 100755 diff --git a/scripts/ci-guards/L-001-insecure-skip-verify.sh b/scripts/ci-guards/L-001-insecure-skip-verify.sh old mode 100644 new mode 100755 diff --git a/scripts/ci-guards/U-2-plaintext-healthcheck.sh b/scripts/ci-guards/U-2-plaintext-healthcheck.sh old mode 100644 new mode 100755 diff --git a/scripts/dev-setup.sh b/scripts/dev-setup.sh old mode 100644 new mode 100755 diff --git a/scripts/qa-doc-seed-count.sh b/scripts/qa-doc-seed-count.sh old mode 100644 new mode 100755