mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 16:21:31 +02:00
ci: restore +x bit on scripts/ci-guards/*.sh (sandbox stripped exec bit)
Pure mode-change commit. The previous 3275f9f 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/<id>.sh' would hit a permission-denied. Restore
to 100755 to match the rest of scripts/ci-guards/*.sh.
No content changes.
This commit is contained in:
0
scripts/ci-guards/G-3-env-docs-drift.sh
Normal file → Executable file
0
scripts/ci-guards/G-3-env-docs-drift.sh
Normal file → Executable file
0
scripts/ci-guards/H-009-readme-jwt.sh
Normal file → Executable file
0
scripts/ci-guards/H-009-readme-jwt.sh
Normal file → Executable file
0
scripts/ci-guards/L-001-insecure-skip-verify.sh
Normal file → Executable file
0
scripts/ci-guards/L-001-insecure-skip-verify.sh
Normal file → Executable file
0
scripts/ci-guards/U-2-plaintext-healthcheck.sh
Normal file → Executable file
0
scripts/ci-guards/U-2-plaintext-healthcheck.sh
Normal file → Executable file
0
scripts/dev-setup.sh
Normal file → Executable file
0
scripts/dev-setup.sh
Normal file → Executable file
0
scripts/qa-doc-seed-count.sh
Normal file → Executable file
0
scripts/qa-doc-seed-count.sh
Normal file → Executable file
Reference in New Issue
Block a user