Skip to content

Remove unnecessary pipeline init

Lorenz van Herwaarden requested to merge remove-unused-pipeline-init into master

What does this MR do and why?

This security pipeline initialisation is unnecessary because the element with id js-security-report-app does not exist on the pipeline. Initialising the security dashboard in that tab is handled by app/assets/javascripts/ci/pipeline_details/pipeline_details_bundle.js (also handles ee case).

How to set up and validate locally

Make sure pipeline security tab is still working.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Lorenz van Herwaarden

Merge request reports