Skip to content

Enable group level vulnerability report grouping

Savas Vedova requested to merge 431633-add-grouping-to-group-report into master

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
image image

How to set up and validate locally

  1. Enable :group_level_vulnerability_report_grouping feature flag
  • echo "Feature.enable(:group_level_vulnerability_report_grouping)" | rails c
  1. Create a group with vulnerabilities
  1. Visit Group > Secure > Vulnerability Report
  2. 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.

Related to #431633 (closed)

Merge request reports