Skip to content

Remove logic to generate a DS report.

Olivier Gonzalez requested to merge remove_DS_report_generation into v7.x

What does this MR do?

Thir MR removes all code that generates the Dependency Scanning report artifact when executing the Container Scanning Analyzer. The DS report was used to provide the list of components but this is now achieved with the cycloneDX SBOM report instead and in 17.0 the rails application will no longer leverage the content of the Dependency Scanning report for this purpose.

This MR targets the temporary v7.x branch so that the change is not released until we manually merge v7.x into master during 17.0.

What are the relevant issue numbers?

gitlab-org/gitlab#439782 (closed)

Does this MR meet the acceptance criteria?

Merge request reports