-
-
Notifications
You must be signed in to change notification settings - Fork 3
Azure.DevOps.Pipelines.Settings.LimitSetVariablesAtQueueTime
github-actions edited this page Oct 21, 2023
·
2 revisions
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.Settings.LimitSetVariablesAtQueueTime.md
Project settings should limit setting variables at queue time.
Setting variables at queue time can be used to override variables defined in the pipeline. This can be useful for testing or debugging. However, this can also be used to override variables that are used to control the behavior of the pipeline and may result in unexpected behavior.
Mininum TokenType: ReadOnly
Consider disabling the ability to set variables at queue time in the project settings.