Pipelines

{% for run in pipeline_runs %} {{ run.pipeline_name }} {% include "scanpipe/includes/run_status_tag.html" with run=run display_current_step=True only %} {% endfor %}
{% if project.is_archived %} {% else %} {% include "scanpipe/modals/add_pipeline_modal.html" %} {% endif %}