{% extends "base.html" %} {% block title %}Overview · shipgate{% endblock %} {% block content %}
Run {{ run.id[:8] }}
· {{ run.branch }}
· suite {{ run.suite_id }}
·
{{ run.status.value }}
No run matches this id. It may have been pruned or the link is stale.
{% if latest_run %} {% else %} {% endif %}Start a suite run to see severity counts, check breakdowns, and file hotspots.
Compared to previous completed run on {{ run.branch }}.
| Check | Findings |
|---|---|
| {{ row.check_id }} | {{ row.count }} |
No check summary yet.
{% endif %}| Check | Tool | Message |
|---|---|---|
| {{ finding.check_id }} | {{ finding.tool_id }} |
{{ finding.message }}
|
All tools ran successfully for this run.
{% endif %}| File | Findings |
|---|---|
{{ row.file }} |
{{ row.count }} |
No file hotspots for this run.
{% endif %}