feat(iwooos): expose Wazuh host coverage gate
This commit is contained in:
@@ -123,6 +123,10 @@ def validate(root: Path) -> None:
|
||||
str(root / "scripts" / "security" / "wazuh-agent-visibility-owner-evidence-preflight.py")
|
||||
)
|
||||
wazuh_agent_visibility_owner_evidence_preflight["validate"](root)
|
||||
wazuh_managed_host_coverage_gate = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "wazuh-managed-host-coverage-gate.py")
|
||||
)
|
||||
wazuh_managed_host_coverage_gate["validate"](root)
|
||||
telegram_alert_readability_guard = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "telegram-alert-readability-guard.py")
|
||||
)
|
||||
@@ -29471,6 +29475,13 @@ def validate(root: Path) -> None:
|
||||
json.dumps(web_messages_en["iwooos"], ensure_ascii=False),
|
||||
]
|
||||
)
|
||||
for expected in [
|
||||
"iwooos-wazuh-managed-host-coverage-board",
|
||||
"wazuhManagedHostCoverage",
|
||||
"wazuh_managed_host_coverage_manager_registry_accepted_count=0",
|
||||
"wazuh_managed_host_coverage_runtime_gate_count=0",
|
||||
]:
|
||||
assert_text_contains("iwooos_frontend_product_text.wazuh_managed_host_coverage", frontend_product_text, expected)
|
||||
for forbidden in [
|
||||
"工作視窗",
|
||||
"內部對話",
|
||||
|
||||
Reference in New Issue
Block a user