Skip to content

Move container scanning for registry to new card

Fernando Cardenas requested to merge 460935-move-to-seperate-card into master

What does this MR do and why?

Move container scanning for registry to new card

  • Separate into own card

  • Update status logic

  • Unit tests

  • Update the feature flag name (Forced to do this as part as defining the new feature tier, the feature name and feature flag were the same, so the pipeline started failing, and we were forced to change it in this MR)

Notes for reviewer

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 (with feature flag on)

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

Before After
Screenshot_2024-06-03_at_11.30.20_PM Screenshot_2024-06-03_at_11.27.43_PM
Screenshot_2024-06-03_at_11.30.12_PM Screenshot_2024-06-03_at_11.27.21_PM Screenshot_2024-06-03_at_11.27.29_PM

Screenshot Feature flag off ( no change)

Before After
Screenshot_2024-06-03_at_11.56.24_PM Screenshot_2024-06-03_at_11.55.15_PM

How to set up and validate locally

  • On an existing or new project navigate to `http://gdk.test:3000///-/security/configuration
  • Or from the nav "Secure -> Security Configuration"
  • Run with flag off
  • Turn flag on in rails console Feature.enable(:container_scanning_for_registry_flag)

Related to #460935 (closed)

Edited by Fernando Cardenas

Merge request reports