{% 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 %} Need a PDF? Regenerate one from the CLI: agent-guardian report {{ scan_id }} --output pdf --output-path report.pdf (requires a PDF engine such as WeasyPrint or reportlab). {% endblock %}
{{ scan_id }}
No reports are available yet for this scan.
Need a PDF? Regenerate one from the CLI: agent-guardian report {{ scan_id }} --output pdf --output-path report.pdf (requires a PDF engine such as WeasyPrint or reportlab).
agent-guardian report {{ scan_id }} --output pdf --output-path report.pdf