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
- Related issue: #515993 (closed)
- Main parent issue: #503371 (closed)
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 |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Check out the corresponding branch. Enable the
vulnerability_report_type_scanner_filterin your rails console, by runningFeature.enable(:vulnerability_report_type_scanner_filter) - 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 fromTooltoReport Type.
Edited by Charlie Kroon

