Skip to content

Commit f2d4a7d

Browse files
Fix Policheck step indention (#35272)
Co-authored-by: Wes Haggard <[email protected]>
1 parent e9fd131 commit f2d4a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/pipelines/templates/steps/policheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
ExclusionFilePath: "$(Build.SourcesDirectory)/eng/guardian-tools/policheck/PolicheckExclusions.xml"
66

77
steps:
8-
- task: AzurePowerShell@5
8+
- task: AzurePowerShell@5
99
displayName: 'Download Policheck Exclusion Database'
1010
inputs:
1111
azureSubscription: 'Azure SDK Artifacts'
@@ -14,7 +14,7 @@ steps:
1414
pwsh: true
1515
Inline: |
1616
azcopy copy "https://azuresdkartifacts.blob.core.windows.net/policheck/${{ parameters.ExclusionDataBaseFileName }}.mdb" "$(Build.BinariesDirectory)"
17-
env:
17+
env:
1818
AZCOPY_AUTO_LOGIN_TYPE: 'PSCRED'
1919

2020
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@2

0 commit comments

Comments
 (0)