Skip to content

Update UI Policy Editor to allow to include CI code block

Artur Fedorov requested to merge 428507-policies-yaml-new-action into master

What does this MR do and why?

This MR adds section for custom yaml

Custom yaml code can be executed for scan execution policies

This is incomplete feature

It is first MR from the series, introducing new custom action section

Screenshots or screen recordings

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

Description UI
New custom action custom yaml.mov

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

 Feature.enable(:compliance_pipeline_in_policies)
  1. Go to a project or group
  2. Secure -> Policies -> New policy -> Scan execution policy
  3. Add new action -> Execute a YAML code block

MR acceptance checklist

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

Related to #428507 (closed)

Merge request reports