Skip to content

New feature flag for On-Demand scans runner tags

What does this MR do and why?

This MR resolves #381908 (closed)

New On-Demand Scans runner tags feature is being presented. Before this feature is stable it will work under this feature flag.

With FF enabled: new runner tags selection flow is presented

With FF disabled: runner tag selection is disabled.

How to set up and validate locally

  1. Enable flag by enabling rails console in terminal
   Feature.enable(:on_demand_scans_runner_tags)
  1. After testing, disable flag
   Feature.disable(:on_demand_scans_runner_tags)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Artur Fedorov

Merge request reports