Services: {{ finding["ServicesCount"] }}
Infrastructure Modification Actions: {{ finding["ActionsCount"] }}
{% if finding["AssumableByComputeService"]|length > 0 %}
Role Assumable by Service(s): {% for service in finding["AssumableByComputeService"] %}{{ service }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}