Skip to content

Azure.DevOps.Pipelines.Core.NoPlainTextSecrets

github-actions edited this page Oct 21, 2023 · 2 revisions

Azure.DevOps.Pipelines.Core.NoPlainTextSecrets

SYNOPSIS

Build pipeline variables should not contain secrets in plain text.

DESCRIPTION

Build pipeline variables should not contain secrets in plain text. Secrets should be stored in Azure Key Vault and referenced in the variable group. This will prevent the secret from being exposed in the build logs. If the secret is stored in plain text, it will be exposed in the build logs.

Mininum TokenType: ReadOnly

RECOMMENDATION

Consider storing secrets in Azure Key Vault and referencing them in the variable group.

LINKS

Clone this wiki locally