{% for finding in t["results"] %} {% if finding["ManagedBy"] == "AWS" %} {% endif %} {% endfor %}
Policy Name Services Count Infrastructure Modification[0] Services Affected Privilege Escalation[1] Resource Exposure[2] Data Exfiltration [3]
{{ finding['PolicyName'] }} {{ finding["ServicesCount"] }} {{ finding["ActionsCount"] }} {% for service in finding["Services"] %}{{ service }}{% if not loop.last %}, {% endif %}{% endfor %} {% if finding["PrivilegeEscalation"]|length > 0 %} {{ finding["PrivilegeEscalation"]|length }} {% endif %} {% if finding["PermissionsManagementActions"]|length>0 %} {{ finding["PermissionsManagementActions"]|length }}{% endif %} {% if finding["AssumableByComputeService"]|length > 0 %}{{ finding["AssumableByComputeService"]|length }} {% endif %}