{{ item.severity }}
{{ item.title }}
{{ item.rationale }}
{% if item.sources %}
{% for src in item.sources %}
{% endif %}
{{ src }}
{% endfor %}
{% set action = item.suggested_action %}
{% if action and action.kind == "open" and action.url %}
{{ action.label or "Open" }}
{% elif action and action.kind == "ask" and action.question %}
{% elif action and action.kind == "run" and action.workflow %}
Suggested: run
{{ action.question }}
{% for choice in action.choices %}
{% endfor %}
{{ action.workflow }}
{% if action.scope %}on {{ action.scope }}{% endif %}
โ go to Workflows โ
{% endif %}