{% extends "base.html" %} {% from "partials/snippet.html" import render_detail %} {% set source_contexts = source_contexts | default({}) %} {% set message_contexts = message_contexts | default({}) %} {% block title %}Findings · shipgate{% endblock %} {% block content %}
Run {{ run.id[:8] }}
· {{ run.branch }}
· suite {{ run.suite_id }}
· Back to overview
Showing {{ showing_from }}–{{ showing_to }} of {{ total }}
{% endif %}| Severity | Check | Rule | Location | Message |
|---|---|---|---|---|
| {{ finding.severity }} | {{ finding.check_id }} | {{ finding.rule_id }} |
{% if finding.file %}
{% if finding.check_id == 'gate.folder-breadth' %}
folder
{{ finding.file }}
{% else %}
{{ finding.file }}{% if finding.line %}:{{ finding.line }}{% endif %}
{% endif %}
{% else %}
check {{ finding.check_id }}
{% endif %}
|
No tool failures for this run{% if check_id or severity %} with these filters{% endif %}.
{% else %}| Severity | Check | Tool | Rule | Message |
|---|---|---|---|---|
| {{ finding.severity }} | {{ finding.check_id }} | {{ finding.tool_id }} | {{ finding.rule_id }} |