Skip to content

Introduce Component Filter for Group Level Dependency List

What does this MR do and why?

Introduces the Component Filter in a Group Level Dependency level page. This is currently behind a feature flag (see validate locally section for more details).

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

component-filter

How to set up and validate locally

  1. Enable feature flag: echo 'Feature.enable(:group_level_dependencies_filtering_by_component)' | rails c
  2. Import https://gitlab.com/gitlab-examples/security/security-reports/
  3. Run a pipeline against the default branch
  4. Go to Secure > Dependencies (on a group level)
  5. Use the component filter

Related to #442407 (closed)

Edited by Savas Vedova

Merge request reports

Loading