UI for display token status on Pipeline > Security Details Page

What does this MR do and why?

UI for display token status on Pipeline > Security Details Page

Creates the display for the Pipeline > Security Details page without connecting the back end yet. Adds an experiment badge to the token status section.

Changelog: added EE: true

References

[FE] UI for display token status on Pipeline > ... (#537754 - closed)

Screenshots or screen recordings

Screenshot_2025-09-04_at_2.39.40_AM

Before After

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:validity_checks_security_finding_status)
  2. Go to project that had pipeline run with Validity Checks enabled
  3. Go to Pipeline > Security tab
  4. Click on one of the vulnerabilities and a modal pop out with the above changes should appear

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Radu Birsan

Merge request reports

Loading