{% extends "base.html" %} {% block content %} Export {{ scan_id }} Reports {% if formats %} {% for fmt in formats %} .{{ fmt }} {% if fmt == 'json' %}JSON evidence pack {% elif fmt == 'sarif' %}SARIF (GitHub code-scanning) {% elif fmt == 'junit' %}JUnit XML (CI integration) {% elif fmt == 'md' %}Markdown summary {% else %}{{ fmt }} {% endif %} {% endfor %} {% else %} No reports are available yet for this scan. {% endif %} PDF export lands in M13. {% endblock %}
{{ scan_id }}
No reports are available yet for this scan.
PDF export lands in M13.