Skip to content

Moves container scanning logic to the backend

Sam Beckham requested to merge 13518-container-scanning-MR-reports-frontend into master

What does this MR do?

This moves the reports logic from the frontend to the backend for container scanning reports in on an MR. It's behind the feature flag containerScanningMergeRequestReportApi which is disabled currently.

Once the feature flag is enabled, the user will see no changes. We generate the same report, just in the backend instead of the frontend. This should improve performance, load times, and code reuse.

If you need it, here's an explainer video: https://youtu.be/WzgsWDcvmes

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Closes #13518 (closed)

Edited by Sam Beckham

Merge request reports