Skip to content

Enable inject scan execution action

Alexander Turinske requested to merge 467067-allow-both-includes into master

What does this MR do and why?

Enable inject scan execution action

  • make it independend of pipeline_execution_policy feature flag
  • update tests

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

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

Scenario scan execution pipeline inject action pipeline execution policy
experiment toggle on && pipeline_execution_policy ff on toggle_on pipeline_on
experiment toggle on && pipeline_execution_policy ff off toggle_on N/A
experiment toggle off && pipeline_execution_policy ff on image pipeline_on
experiment toggle off && pipeline_execution_policy ff off image N/A

How to set up and validate locally

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

Related to #467067 (closed)

Merge request reports