{% extends "base.html" %} {% block title %}Sentinel — Runs{% endblock %} {% block content %}
History of all scan executions
| Run | Repository | Started | Findings | Scope |
|---|---|---|---|---|
| #{{ run.id }} | {{ run.repo_path }} | {{ run.started_at.strftime('%Y-%m-%d %H:%M') if run.started_at else '—' }} | {{ run.finding_count }} | {{ run.scope.value }} |
Run sentinel scan <repo-path> to generate your first report, or use the New Scan page.