CloudSploit Security Scan Report

Scan date: {{ summary.scan_timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {% if summary.compliance_framework %}  |  Compliance: {{ summary.compliance_framework }} {% endif %} {% if summary.duration_seconds is not none %}  |  Duration: {{ "%.1f"|format(summary.duration_seconds) }}s {% endif %}

Executive Summary

Total Findings
{{ summary.total_findings }}
Passing (OK)
{{ summary.ok_count }}
Warnings
{{ summary.warn_count }}
Failures
{{ summary.fail_count }}
Unknown
{{ summary.unknown_count }}
Pass Rate
{{ pass_rate }}%

Severity Breakdown

{% if summary.total_findings > 0 %}
{% if summary.ok_count > 0 %} {% endif %} {% if summary.warn_count > 0 %} {% endif %} {% if summary.fail_count > 0 %} {% endif %} {% if summary.unknown_count > 0 %} {% endif %}
OK {{ summary.ok_count }} WARN {{ summary.warn_count }} FAIL {{ summary.fail_count }} UNKNOWN {{ summary.unknown_count }}
{% else %}
No data
{% endif %}

Categories

{% if categories_sorted %} {% for name, count in categories_sorted %} {% endfor %}
CategoryFindings
{{ name }} {{ count }}
{% else %}
No category data available.
{% endif %}

Findings

{% if findings %} {% for f in findings %} {% endfor %}
Status Plugin Category Region Resource Title Message
{{ f.status.value }} {{ f.plugin }} {{ f.category }} {{ f.region }} {% if f.resource %}{{ f.resource }}{% else %}{% endif %} {{ f.title }} {{ f.message }}
{% if has_more_findings %}
Showing {{ findings|length }} of {{ summary.total_findings }} findings (truncated).
{% endif %} {% else %}
No findings to display.
{% endif %}