Remove custom CI action from Scan execution policies UI
requested to merge 473243-fe-clean-up-the-security-policy-pipeline-execution-action-experiment into master
What does this MR do and why?
Due to the ended experiment, the custom CI action should be removed. It was replaced by the new Pipeline execution policy type.
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 | Without custom action |
---|---|---|
How to set up and validate locally
- Enable the feature flag
Feature.enable(:compliance_pipeline_in_policies)
- Overwrite temporarily the return value of
custom_ci_toggle_enabled?
totrue
- Go to Secure -> Policies -> New Scan execution policy
- Verify there is no UI related to
custom
scan action.
Related to #473243 (closed)
Edited by Martin Čavoj