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 Travis Plunk
parent 04efcdc3f0
commit c399a040a3

View File

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