{% extends "base.html" %} {% block content %}

Repository Audit

{{ report.repo_url }}

Trace artifacts

{% if report.trace_artifacts_found == 0 %}

No trace artifacts found in this repository. Documentation evidence below is the only basis for this audit.

{% else %}

Found {{ report.trace_artifacts_found }} trace artifact(s).

{% if report.trace_report %}

Overall trace compliance score: {{ "%.1f"|format(report.trace_report.overall_score * 100) }}%

{% endif %} {% endif %}

Documentation evidence

{{ doc_summary.present }} present · {{ doc_summary.partial }} partial · {{ doc_summary.absent }} absent · {{ doc_summary.total }} total

{% for r in report.doc_results %} {% endfor %}
Requirement Regulation Status Evidence
{{ r.check.id }} {{ r.check.regulation }} {{ r.check.article }} {% if r.status == "present" %}present {% elif r.status == "partial" %}partial {% else %}absent {% endif %} {{ r.evidence }}
{% endblock %}