Enforce container name limit and update appstore push workflow

This commit is contained in:
Joachim Friberg
2026-03-19 22:16:12 +01:00
parent 6baad76e0d
commit 56dfa7a653
4 changed files with 54 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ Fokus: korrekthet, låg risk och underhållbarhet.
- `docker-compose.yaml`
- `README.md` (syfte, portar, volymer, privilegier, risker)
- Compose ska ha giltig top-level `name` (gemener + bindestreck).
- Om `container_name` används måste den vara max 32 tecken och bara innehålla `0-9`, `a-z`, `A-Z`, `_`, `-`.
- Endast `.yaml` används i repot (aldrig `.yml`).
## 3) Säkerhetsbaseline (Compose)