From 9aff8d46f93771992555cfaf074b92bea573f66a Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:58:27 -0700 Subject: [PATCH] Fix Policheck step indention (#1761) Co-authored-by: Wes Haggard --- eng/common/pipelines/templates/steps/policheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/pipelines/templates/steps/policheck.yml b/eng/common/pipelines/templates/steps/policheck.yml index 199af797..c09a3941 100644 --- a/eng/common/pipelines/templates/steps/policheck.yml +++ b/eng/common/pipelines/templates/steps/policheck.yml @@ -5,7 +5,7 @@ parameters: ExclusionFilePath: "$(Build.SourcesDirectory)/eng/guardian-tools/policheck/PolicheckExclusions.xml" steps: - - task: AzurePowerShell@5 + - task: AzurePowerShell@5 displayName: 'Download Policheck Exclusion Database' inputs: azureSubscription: 'Azure SDK Artifacts' @@ -14,7 +14,7 @@ steps: pwsh: true Inline: | azcopy copy "https://azuresdkartifacts.blob.core.windows.net/policheck/${{ parameters.ExclusionDataBaseFileName }}.mdb" "$(Build.BinariesDirectory)" - env: + env: AZCOPY_AUTO_LOGIN_TYPE: 'PSCRED' - task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@2