Skip to content

Check all pipeline jobs for security artifacts in security MR widget

What does this MR do?

Check all pipeline jobs for security artifacts

This corrects an oversight where the basic security MR widget was only checking for security artifacts from the first page of jobs returned by the API. This meant that, for a pipeline with a lot of jobs, the MR widget might incorrectly not be shown.

This change makes sure that additional pages are requested until either the last page has been reached, or one or more security artifacts have been found.

Addresses #276440 (closed).

Screenshots (strongly suggested)

No visual changes.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #276440 (closed)

Edited by Ragnar Hardarson

Merge request reports