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
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: