What problem do organization-required workflows (or equivalent required CI policy mechanisms) aim to solve for enterprise administrators?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Required workflows push must-run CI from the organization center so every repository gets mandated security or compliance checks—even repos that never added their own workflow file.
Full explanation below image
Full Explanation
Enterprises need consistent security scanning, policy checks, or provenance jobs across hundreds of repositories. Required workflows or organization-level required CI mechanisms apply centrally defined automation so compliance does not depend on every team copying YAML correctly. Option A is related; C better states the administrative goal of mandated coverage. These mechanisms do not silently mass-delete workflows and do not fully replace branch protection or rulesets, which still govern merge requirements. Platform teams should version central workflows carefully, communicate failures clearly, and provide self-service exceptions with approval.