Revert "Merge branch '425995-store-cs-sbom-sources' into 'master'"
What does this MR do and why?
This reverts merge request !134004 (merged).
Sbom::Source
has model validation on its data via https://gitlab.com/gitlab-org/gitlab/-/blob/a9b1ddb53b65578ef7e9215060ec3304cbfcfc5d/ee/app/validators/json_schemas/sbom_source.json.
This schema wasn't updated when the new source data was introduced, which means that we're now trying to insert
sources which don't pass validation.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.