{% extends "base.html" %} {% block title %}Compliance Scanner — Stratum{% endblock %} {% block content %}

Compliance Scanner

Scan a running VM or cloud image against CIS/STIG benchmarks. Get a grade, severity breakdown, and exportable report.

{% set steps = [ (1, 'Target'), (2, 'Benchmark'), (3, 'Launch'), ] %} {% for num, label in steps %}
{{ num }}
{{ label }} {% if not loop.last %}
{% endif %}
{% endfor %}
Loading…
{% endblock %}