Migrate dependency list header to use latest_ingested_sbom_pipeline
requested to merge bwill/migrate-dependency-list-header-to-latest-ingested-sbom-pipeline into master
What does this MR do and why?
This removes a dependency on Security::ReportFetchService
and allows
us to link to a pipeline instead of a job. This is ideal because a
pipeline might have multiple SBoM jobs and we ingest all of them.
Relates to: #463358 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
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.
- Go to the dependency list page for a project which has dependencies
- Verify that latest successful scan link points to a pipeline instead of a build.
Edited by Brian Williams