Prowler Scan Results

Summary

Accounts:
{{ totals['accounts'] | join(', ') }}
Regions:
{{ totals['regions'] | join(', ') }}
Total Scans:
{{ totals['scan_results'] | length }}

Findings

{% for i in totals['fails'] %} {% set d = data[i] %} {% endfor %}
Account ID Region ID Text Notes Compliance Severity Service Name
{{ d['account_id'] }} {{ d['region'] | truncate(12) }} {{ d['title_id'] }} {{ d['title_text'] }} {{ d['notes'] }} {{ d['compliance'] }} {{ d['severity'] }} {{ d['service_name'] }}

{% for i in totals['infos'] %} {% set d = data[i] %} {% endfor %}
Account ID Region ID Text Notes Compliance Severity Service Name
{{ d['account_id'] }} {{ d['region'] | truncate(12) }} {{ d['title_id'] }} {{ d['title_text'] }} {{ d['notes'] }} {{ d['compliance'] }} {{ d['severity'] }} {{ d['service_name'] }}

{% for i in totals['passes'] %} {% set d = data[i] %} {% endfor %}
Account ID Region ID Text Notes Compliance Severity Service Name
{{ d['account_id'] }} {{ d['region'] | truncate(12) }} {{ d['title_id'] }} {{ d['title_text'] }} {{ d['notes'] }} {{ d['compliance'] }} {{ d['severity'] }} {{ d['service_name'] }}