{{ 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 %} |
{% endif %}
{% endfor %}