{% extends "base.html" %} {% block title %}Projects · Argus Dashboard{% endblock %} {% block content %}
| Project | Risk | Severity | Findings | Scans | Last scanned |
|---|---|---|---|---|---|
| {{ row.project.name }} | {% if latest %} {{ latest.risk_score }} {% else %}—{% endif %} | {% if latest %} {% endif %} | {{ latest.total_findings if latest else 0 }} | {{ row.scan_count }} | {{ latest.created_at.strftime('%Y-%m-%d %H:%M') if latest else '—' }} |
No scans yet.
Run argus scan . -f json -o report.json, then
add it here.