Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit 8f95b1e

Browse files
authored
Merge pull request #40486 from mmitche/disable-sdl-validation
[release/3.0-preview9] Disable SDL validation
2 parents b28d7a8 + 8ebfaf2 commit 8f95b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ stages:
9898
enableSymbolValidation: false # https://github.com/dotnet/arcade/issues/2871
9999
enableSourceLinkValidation: false # https://github.com/dotnet/arcade/issues/3603
100100
SDLValidationParameters:
101-
enable: true
101+
enable: false
102102
params: ' -SourceToolsList @("policheck","credscan")
103103
-TsaInstanceURL "https://devdiv.visualstudio.com/"
104104
-TsaProjectName "DEVDIV"

0 commit comments

Comments
 (0)