We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fd131 commit f2d4a7dCopy full SHA for f2d4a7d
eng/common/pipelines/templates/steps/policheck.yml
@@ -5,7 +5,7 @@ parameters:
5
ExclusionFilePath: "$(Build.SourcesDirectory)/eng/guardian-tools/policheck/PolicheckExclusions.xml"
6
7
steps:
8
- - task: AzurePowerShell@5
+ - task: AzurePowerShell@5
9
displayName: 'Download Policheck Exclusion Database'
10
inputs:
11
azureSubscription: 'Azure SDK Artifacts'
@@ -14,7 +14,7 @@ steps:
14
pwsh: true
15
Inline: |
16
azcopy copy "https://azuresdkartifacts.blob.core.windows.net/policheck/${{ parameters.ExclusionDataBaseFileName }}.mdb" "$(Build.BinariesDirectory)"
17
- env:
+ env:
18
AZCOPY_AUTO_LOGIN_TYPE: 'PSCRED'
19
20
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@2
0 commit comments