{% if workflow_title %}{{ workflow_title }}{% else %}Run Recipes{% endif %}

{{ recipe_names | join(', ') }}

Scope
{% if show_cve and show_version_fields %}
CVE and Version Comparison recipes require the fields below. Leave empty to skip those recipes.
{% endif %}
{% if show_project_required %} Required for Remediation Package {% endif %}
{% if show_cve %}
{% endif %} {% if show_finding_types %}
{% set current_ft = state.get('finding_types', 'cve') %}
{% endif %} {% if show_version_fields %}
{% endif %} {% if show_triage %}
Limit output to the top N findings by score. Leave empty or 0 to show all.
Generate VEX recommendations for only the top N findings. Full list is still shown.
{% endif %}
{% if show_ai %}
AI Settings
Deployment Context
{{ state.get('deployment_notes', '') | length }}/500
{% endif %}
Advanced Options
Examples: 4h, 2d, 30m, 1h30m, or bare number (hours)