mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Update vpack pipeline (#24281)
* explicitly disable async sdl * Update PowerShell-vPack-Official.yml
This commit is contained in:
parent
1a39e4e8e1
commit
5b6a667b50
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user