Remove unnecessary pipeline init
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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Lorenz van Herwaarden