{% extends "base.html" %} {% block title %}Audit Results — {{ app_name }}{% endblock %} {% block content %}
Target: {{ job.target_host }} · Profile: {{ job.profile_name }}
{% endif %}Audit job not found.
{% elif job.status.value == 'failed' %}Compliance score
{{ job.results.benchmark_id }}
| Rule ID | Severity | Result |
|---|---|---|
| {{ rule.id }} | {{ rule.severity }} | {{ rule.result }} |
| No failures — system is compliant. | ||