Skip to content

Draft: Populate `first_pipeline_id` and `latest_pipeline_id` for findings

Michael Becker requested to merge finding_pipeline_removal_and_migration into master

What does this MR do and why?

Context

We want to drop the vulnerability_occurrence_pipelines table. In order to do this, we still need the first and latest pipeline ID stored somewhere to support the existing feature-set

We added columns to to the vulnerability_occurrences table to accomplish this in a previous issue

This Change

tbd

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.

Merge request reports