ci: add pilot v1 hardening guards
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
*.env
|
||||
*.local
|
||||
!.gitignore
|
||||
!*.example
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user