fix(iwooos): repair wazuh host trust and retry
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m27s
CD Pipeline / build-and-deploy (push) Successful in 6m53s
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 0s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Successful in 1m4s
CD Pipeline / post-deploy-checks (push) Successful in 1m51s

This commit is contained in:
ogt
2026-07-11 10:13:02 +08:00
parent 707846474f
commit 4a4b95e513
11 changed files with 401 additions and 28 deletions

View File

@@ -899,6 +899,7 @@ export interface IwoooSWazuhControlledExecutorRuntimeReadbackResponse {
executor_policy_enabled_count: number
dispatch_candidate_count: number
check_mode_passed_count: number
check_mode_failed_count: number
runtime_execution_performed_count: number
bounded_posture_execution_passed_count: number
independent_post_verifier_passed_count: number
@@ -924,6 +925,7 @@ export interface IwoooSWazuhControlledExecutorRuntimeReadbackResponse {
present: boolean
}>
missing_stage_ids: string[]
check_failure_class: string | null
next_safe_action: string
active_blockers: string[]
latest_receipt_at: string | null