Update vpack pipeline (#24281)

* explicitly disable async sdl

* Update PowerShell-vPack-Official.yml
This commit is contained in:
Tess Gauthier 2024-10-03 18:29:33 -04:00 committed by GitHub
parent 1a39e4e8e1
commit 5b6a667b50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,19 +82,14 @@ extends:
enabled: true enabled: true
scanFolder: $(Build.SourcesDirectory) scanFolder: $(Build.SourcesDirectory)
suppressionsFile: $(Build.SourcesDirectory)\.config\suppress.json suppressionsFile: $(Build.SourcesDirectory)\.config\suppress.json
asyncSdl: binskim:
enabled: true enabled: false
forStages: ['main'] # APIScan requires a non-Ready-To-Run build
credscan: apiscan:
enabled: true enabled: false
scanFolder: $(Build.SourcesDirectory) asyncSDL:
suppressionsFile: $(Build.SourcesDirectory)\PowerShell\.config\suppress.json enabled: false
binskim: tsaOptionsFile: .config/tsaoptions.json
enabled: false
# APIScan requires a non-Ready-To-Run build
apiscan:
enabled: false
tsaOptionsFile: .config/tsaoptions.json
stages: stages:
- stage: main - stage: main
jobs: jobs: