API Key Missing
You must configure your API key below or via the CLI before running a scan.
Configuration Settings
System Dashboard
{% if scan_in_progress %}
Loading status...
{% endif %}
{% if states %}
{% for state in states|reverse %}
{% set has_errors = state.results | selectattr("status", "equalto", "failed") | list | length > 0 %}
{% endfor %}
{% elif not scan_in_progress %}
{% endif %}
Scan
{{
state.scan_id }}
{% if has_errors %}
Error
{% elif state.is_complete %}
Complete
{% else %}
Running
{% endif %}
{% if state.scan_date %}{{
state.scan_date }}{% else %}Legacy Scan{% endif %}
Scan
{{
state.scan_id }}
{% include "partials/results.html" %}
No active scan results.
Click the button above to start auditing your system.