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
How to set up and validate locally
- Enable feature flag:
echo 'Feature.enable(:group_level_dependencies_filtering_by_component)' | rails c
- Import https://gitlab.com/gitlab-examples/security/security-reports/
- Run a pipeline against the default branch
- Go to Secure > Dependencies (on a group level)
- Use the
component
filter
Related to #442407 (closed)
Edited by Savas Vedova