fix(iwooos): redact runtime surface sensitive label
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m40s
CD Pipeline / build-and-deploy (push) Successful in 4m43s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
ogt
2026-07-10 19:30:43 +08:00
parent 8dad4ab42c
commit 5487b128e3

View File

@@ -271,7 +271,7 @@ def _build_domains(snapshots: dict[str, dict[str, Any]]) -> list[dict[str, Any]]
}, },
{ {
"domain_id": "awoooi_runtime_surfaces", "domain_id": "awoooi_runtime_surfaces",
"label": "AWOOOI runtime 工作負載 / Secret / Ingress / CronJob", "label": "AWOOOI runtime 工作負載 / 敏感設定 / Ingress / CronJob",
"priority": "P0", "priority": "P0",
"coverage_percent": _as_int(runtime_program.get("overall_completion_percent")), "coverage_percent": _as_int(runtime_program.get("overall_completion_percent")),
"scope_count": _as_int(runtime_rollups.get("total_surfaces")), "scope_count": _as_int(runtime_rollups.get("total_surfaces")),