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
Release pipeline variables should not contain secrets in plain text.
DESCRIPTION
Release 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.