Skip to content

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

project-search

How to set up and validate locally

  1. Enable feature flag: echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
  2. Checkout https://gitlab.com/gitlab-examples/security/security-reports/ (add it to a group)
  3. Create a pipeline against default branch to generate vulnerabilities
  4. Visit the group and try searching for projects

Related to #456236 (closed)

Merge request reports