Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1020 Bytes

Azure.DevOps.Tasks.VariableGroup.NoKeyVaultNoSecrets.md

File metadata and controls

25 lines (15 loc) · 1020 Bytes
category severity online version
Microsoft Azure DevOps Distributed Task
Critical

Azure.DevOps.Tasks.VariableGroup.NoKeyVaultNoSecrets

SYNOPSIS

A variable group should not contain any secrets when it is not linked to a key vault.

DESCRIPTION

A variable group should not contain any secrets when it is not linked to a key vault. This is because the secrets will be stored in plain text in the variable group and can be viewed by anyone with access to the variable group.

Mininum TokenType: ReadOnly

RECOMMENDATION

Consider removing any secrets from the variable group or replacing them with variables that are linked to a key vault.

LINKS