Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.13 KB

File metadata and controls

30 lines (20 loc) · 1.13 KB
category Microsoft Azure DevOps Pipelines
severity Severe
online version https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/main/src/PSRule.Rules.AzureDevOps/en/Azure.DevOps.Pipelines.Environments.ProductionCheckProtection.md

Azure.DevOps.Pipelines.Environments.ProductionCheckProtection

SYNOPSIS

An environment scoped to production should be protected with one or more checks to prevent accidental changes to production resources.

DESCRIPTION

An environment scoped to production should be protected with one or more checks to prevent accidental changes to production resources. Checks can be used to require a user to approve a deployment or require a successful build before a deployment can be made.

Mininum TokenType: FineGrained

RECOMMENDATION

Consider adding one or more checks to the environment.

LINKS