Turn off SDL validation (#20691)
Based on the discussion here: https://github.com/dotnet/arcade/issues/5219 Re-enabling tracked by https://github.com/dotnet/aspnetcore/issues/20690
This commit is contained in:
parent
dd7f7d4e49
commit
9cab3e2602
|
|
@ -816,7 +816,7 @@ stages:
|
|||
publishInstallersAndChecksums: true
|
||||
# This is to enable SDL runs part of Post-Build Validation Stage
|
||||
SDLValidationParameters:
|
||||
enable: true
|
||||
enable: false
|
||||
continueOnError: false
|
||||
params: ' -SourceToolsList @("policheck","credscan")
|
||||
-TsaInstanceURL $(_TsaInstanceURL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue