Add search functionality to the project token
What does this MR do and why?
Add search functionality to the project token.
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(:vulnerability_report_advanced_filtering)" | rails c
- Checkout https://gitlab.com/gitlab-examples/security/security-reports/ (add it to a group)
- Create a pipeline against default branch to generate vulnerabilities
- Visit the group and try searching for projects
Related to #456236 (closed)