Skip to content

Modifies Validator to validate MRs in batches

What does this MR do?

Modifies ReleaseTools::Security::MergeRequestsValidator to process (validate) MRs in batches.

If merge_in_batches feature is enabled, MergeRequestsValidator is going to process the merge requests passed as arguments. If the flag is disabled MergeRequestsValidator will validate the merge requests as usual

As part of https://gitlab.com/gitlab-org/release-tools/-/issues/369

Merge request reports