ci: add pilot v1 hardening guards

This commit is contained in:
igor04091968
2026-06-12 11:25:57 +03:00
parent 106d796d95
commit fd5c788569
9 changed files with 165 additions and 6 deletions
-4
View File
@@ -1,4 +0,0 @@
*.env
*.local
!.gitignore
!*.example
+1
View File
@@ -0,0 +1 @@
+13
View File
@@ -0,0 +1,13 @@
# private-config
This directory is reserved for local, host-specific, or secret configuration.
Do not commit real runtime values here. Git only allows:
- `private-config/README.md`
- `private-config/.gitkeep`
- `private-config/*.example`
- `private-config/*.template`
Use `scripts/check_private_config_guard.sh` before commits and in CI to verify
that no private config file has entered the git index.