You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An environment scoped to production should be protected by a human review
DESCRIPTION
Protecting a release pipeline production stage with a human check will help prevent
accidental changes to production resources. For example, a service connection scoped
to production should be protected with a check that requires a minimum number of
reviewers or a specific CI pipeline must pass.
You can configure the minimum number of approvers for this rule by setting the
releaseMinimumProductionApproverCount configuration value in PSRule. The default
value is 1.
Mininum TokenType: ReadOnly
RECOMMENDATION
Consider protecting a release stage environment scoped to production with a human
approval check.