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

Commit 8ebfaf2

Browse files
committed
Disable SDL validation
1 parent b28d7a8 commit 8ebfaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-ci.yml

Lines changed: 1 addition & 1 deletion
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)