Skip to content

Modifies security MWPS to use different API endpoint

What does this MR do?

Modifies Security service to use a different API endpoint.

To trigger a merge request pipeline, merge requests endpoint needs to be used. This commit updates Security::MergeRequestWhenPipelineSucceedsSrevice to use this new endpoint. Unfortunately, the gem does not support this endpoint, so old http methods had to be implemented

Related to gitlab-com/gl-infra/delivery#1107 (closed)

Merge request reports