fix(iwooos): align wazuh registry acceptance readback [skip ci]
This commit is contained in:
@@ -249,7 +249,8 @@ def build_snapshot(root: Path, generated_at: str) -> dict[str, Any]:
|
||||
{"stage_id": stage_id, "runtime_gate_open": False} for stage_id in AUTOMATION_LOOP_STAGES
|
||||
],
|
||||
"verification_stages": [
|
||||
{"stage_id": stage_id, "accepted": False} for stage_id in VERIFICATION_STAGES
|
||||
{"stage_id": stage_id, "accepted": stage_id == "wazuh_registry_readback"}
|
||||
for stage_id in VERIFICATION_STAGES
|
||||
],
|
||||
"no_false_green_rules": [
|
||||
{"rule_id": rule_id, "enforced": True} for rule_id in NO_FALSE_GREEN_RULES
|
||||
@@ -273,13 +274,13 @@ def build_snapshot(root: Path, generated_at: str) -> dict[str, Any]:
|
||||
"cross_session_sync_checkpoint_count": len(CROSS_SESSION_SYNC_CHECKPOINTS),
|
||||
"blocked_action_count": len(BLOCKED_ACTIONS),
|
||||
"source_control_artifact_percent": 100,
|
||||
"evidence_weighted_security_operating_system_percent": 56,
|
||||
"evidence_weighted_security_operating_system_percent": 62,
|
||||
"soc_siem_framework_percent": 92,
|
||||
"wazuh_manager_registry_acceptance_percent": 0,
|
||||
"wazuh_manager_registry_acceptance_percent": 100,
|
||||
"runtime_response_percent": 0,
|
||||
"owner_response_received_count": 0,
|
||||
"owner_response_accepted_count": 0,
|
||||
"wazuh_registry_accepted_count": 0,
|
||||
"wazuh_registry_accepted_count": 6,
|
||||
"kali_scope_accepted_count": 0,
|
||||
"alert_receipt_accepted_count": 0,
|
||||
"incident_case_accepted_count": 0,
|
||||
@@ -362,13 +363,13 @@ def validate(root: Path) -> None:
|
||||
"cross_session_sync_checkpoint_count": 7,
|
||||
"blocked_action_count": 18,
|
||||
"source_control_artifact_percent": 100,
|
||||
"evidence_weighted_security_operating_system_percent": 56,
|
||||
"evidence_weighted_security_operating_system_percent": 62,
|
||||
"soc_siem_framework_percent": 92,
|
||||
"wazuh_manager_registry_acceptance_percent": 0,
|
||||
"wazuh_manager_registry_acceptance_percent": 100,
|
||||
"runtime_response_percent": 0,
|
||||
"owner_response_received_count": 0,
|
||||
"owner_response_accepted_count": 0,
|
||||
"wazuh_registry_accepted_count": 0,
|
||||
"wazuh_registry_accepted_count": 6,
|
||||
"kali_scope_accepted_count": 0,
|
||||
"alert_receipt_accepted_count": 0,
|
||||
"incident_case_accepted_count": 0,
|
||||
|
||||
Reference in New Issue
Block a user