503371 / Rename Tool Header to Report Type on Group Level

What does this MR do and why?

We are adding the vulnerability_report_type_scanner_filter feature flag at the Group level to rename the Tool filter to Report Type header column on th Vulnerability Report dashboard. This change follows the same implementation we previously completed at the Project level (!178195 (merged)).

References

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2025-02-18_at_17.23.38 Screenshot_2025-02-18_at_17.13.51

How to set up and validate locally

  1. Check out the corresponding branch. Enable the vulnerability_report_type_scanner_filter in your rails console, by running Feature.enable(:vulnerability_report_type_scanner_filter)
  2. Go to a the Vulnerability Page of a group, e.g. http://gdk.test:3000/groups/gitlab-org/-/security/vulnerabilities. The second to last column should be changed from Tool to Report Type.
Edited by Charlie Kroon

Merge request reports

Loading