Prowler Scan Results

Summary

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

Findings

{% for res_type in totals['results_summary'] %}

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