{#if envUpdateStatus} {envUpdateStatus.label} {:else if isBlockedByVuln} Update blocked due to vulnerabilities {:else if schedule.lastExecution.status === 'skipped'} Up-to-date {:else} {schedule.lastExecution.status} {/if}
No runs
| Triggered | Trigger | Duration | Status | Error | |
|---|---|---|---|---|---|
| {formatTimestamp(exec.triggeredAt)} |
{trigger.label} |
{exec.details?.reason === 'vulnerabilities_found' ? 'Update blocked due to vulnerabilities' : (exec.status === 'skipped' ? 'Up-to-date' : exec.status)} |
{exec.errorMessage || ''} |
|
No executions found
{/if}No schedules found
Enable auto-update on containers or auto-sync on git stacks to see them here