Fix Policheck step indention (#1761)
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
This commit is contained in:
Родитель
27aed4ab8e
Коммит
9aff8d46f9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче