Skip to content

feat: Enable dependency graph visuals by default

What does this MR do and why?

feat: Enable dependency graph visuals by default

Changes both beta feature flags powering dependency graph ingestion and rendering to default_enabled: true

See kibana monitoring dashboard

References

How to set up and validate locally

  1. Dependency List
    1. Enable dependency scanning on a project
    2. Execute a pipeline to ensure an SBOM is uploaded
    3. Once dependency list is populated (on pipeline completion), check for presence of Dependency Paths button
    4. Click Dependency Paths button to open drawer. Observe paths!
  2. Vulnerability List
    1. Visit Vulnerability List
    2. Open Vulnerability page for a Dependency Scanning result
    3. Click Dependency Paths button to open drawer. Observe paths!

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Lucas Charles

Merge request reports

Loading