Skip to content

Return only opened MRs on Security Crawler

What does this MR do?

When implementing !927 (merged), I noticed ReleaseTools::Security::IssueCrawler returns all type of merge requests (even the ones that are closed). It's common for security merge requests to be closed for some reason, so this MR modifies said class to only return opened merge_requests.

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

Edited by Mayra Cabrera

Merge request reports