Skip to content

Add packager token to group-level license filtering

What does this MR do and why?

Adds the package manager filter to the Group Dependency List.

Note: The backend is currently missing. We're using mock data for now.

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

image

How to set up and validate locally

  1. Go to http://gdk.test:3000/rails/features and enable the feature flag group_level_dependencies_filtering_by_packager
  2. Checkout https://gitlab.com/gitlab-examples/security/security-reports/
  3. Add it to a group
  4. Run a pipeline against the default branch
  5. Visit Group > Secure > Dependency List

Note: The backend is currently missing. We're using mock data for now.

Related to #442555 (closed)

Edited by Lorenz van Herwaarden

Merge request reports