{% extends "base.html" %} {% block title %}Sentinel — Run #{{ run.id }}{% endblock %} {% block content %} ← All Runs
{{ run.repo_path }} · {{ run.started_at.strftime('%Y-%m-%d %H:%M') if run.started_at else '—' }} · {{ run.finding_count }} finding{{ 's' if run.finding_count != 1 else '' }} · {{ run.scope.value }} {% if run.commit_sha %} · {{ run.commit_sha[:8] }}{% endif %}
{% if filter_severity or filter_status or filter_detector %}No findings match the current filters.{% else %}This run produced no findings. The codebase looks clean!{% endif %}