Enable group level vulnerability report grouping
What does this MR do and why?
Enable group level vulnerability report grouping
Introduce the feature behind the :group_level_vulnerability_report_grouping
feature flag.
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
- Enable
:group_level_vulnerability_report_grouping
feature flag
echo "Feature.enable(:group_level_vulnerability_report_grouping)" | rails c
- Create a group with vulnerabilities
- Fork https://gitlab.com/gitlab-examples/security/security-reports/ and add it under the created group
- Run a pipeline against the default branch to populate vulnerabilities
- Visit Group > Secure > Vulnerability Report
- Test the Group By feature
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #431633 (closed)