@php $baselineCompareHasWarnings = in_array(($baselineCompareCoverageStatus ?? null), ['warning', 'unproven'], true); @endphp
Review new drift findings between the last two operation runs for the current scope.
@if (filled($scopeKey))
Scope: {{ $scopeKey }} @if ($baselineRunId && $currentRunId) · Baseline @if ($this->getBaselineRunUrl()) #{{ $baselineRunId }} @else #{{ $baselineRunId }} @endif @if (filled($baselineFinishedAt)) ({{ $baselineFinishedAt }}) @endif · Current @if ($this->getCurrentRunUrl()) #{{ $currentRunId }} @else #{{ $currentRunId }} @endif @if (filled($currentFinishedAt)) ({{ $currentFinishedAt }}) @endif @endif
@endif @if ($baselineCompareRunId)
Baseline compare @if ($this->getBaselineCompareRunUrl()) #{{ $baselineCompareRunId }} @else #{{ $baselineCompareRunId }} @endif @if (filled($baselineCompareCoverageStatus)) · Coverage {{ $baselineCompareCoverageStatus === 'ok' ? 'OK' : 'Warnings' }} @endif @if (filled($baselineCompareFidelity)) · Fidelity {{ Str::title($baselineCompareFidelity) }} @endif
@endif @if ($baselineCompareRunId && $baselineCompareHasWarnings)
Baseline compare coverage warnings
@if (($baselineCompareCoverageStatus ?? null) === 'unproven') Coverage proof was missing or unreadable for the last baseline comparison, so findings were suppressed for safety. @else Some policy types were uncovered in the last baseline comparison, so findings may be incomplete. @endif
@if (! empty($baselineCompareUncoveredTypes))
Uncovered: {{ implode(', ', array_slice($baselineCompareUncoveredTypes, 0, 6)) }}@if (count($baselineCompareUncoveredTypes) > 6)…@endif
@endif
@endif @if ($state === 'blocked') Blocked @if (filled($message))
{{ $message }}
@endif @elseif ($state === 'generating') Generating
Drift generation has been queued. Refresh this page once it finishes.
@if ($this->getOperationRunUrl()) @endif @elseif ($state === 'error') Error @if (filled($message))
{{ $message }}
@endif @if ($this->getOperationRunUrl()) @endif @elseif ($state === 'ready')
New: {{ (int) ($statusCounts['new'] ?? 0) }}
@if (filled($message))
{{ $message }}
@endif @else Ready @endif
Findings