Draft: Allow users to configure skip_ci behavior for scan execution policy

What does this MR do and why?

This change adds ability to prevent [skip ci] from skipping scan execution policies.

Users now will have option to prevent skipping pipelines created from scan execution policies with [skip ci] and to specify users that should be exempted from that restriction.

  • Add object representation for scan execution policy
  • Add more generic ExecutionPolicies::PipelineContext
  • Refactor PipelineContext and split it up for:
    • Pipeline execution policies
    • Scan execution policies
  • Move existing logic from Processor to ScanExecutionPolicies::PipelineContext
  • Extend schema for scan execution policies with skip_ci option
  • Prevent [ci skip] if any applicable scan execution policy has this option enabled

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

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.

Before After

How to set up and validate locally

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

Related to #482952 (closed)

Edited by Martin Cavoj

Merge request reports

Loading