Operator warning
Runbooks can modify customer data across tenants. Always run preflight first, and ensure you have the correct scope selected.
Rebuild Findings Lifecycle
Backfills legacy findings lifecycle fields, SLA due dates, and consolidates drift duplicate findings.
Scope: {{ $this->scopeLabel() }}
@if (is_array($this->preflight))
Affected
{{ (int) ($this->preflight['affected_count'] ?? 0) }}
Total scanned
{{ (int) ($this->preflight['total_count'] ?? 0) }}
Estimated tenants
{{ is_numeric($this->preflight['estimated_tenants'] ?? null) ? (int) $this->preflight['estimated_tenants'] : '—' }}
@if ((int) ($this->preflight['affected_count'] ?? 0) <= 0)
Nothing to do for the current scope.
@endif @else
Run Preflight to see how many findings would change for the selected scope.
@endif