Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sdl-tsa-vars.config « eng - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c2debe2378c429ae571be14e086089e00fcc80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-SourceToolsList @("policheck","credscan")
-TsaInstanceURL https://devdiv.visualstudio.com/
-TsaProjectName DEVDIV
-TsaNotificationEmail aspnetcore-build@microsoft.com
-TsaCodebaseAdmin REDMOND\kevinpi
-TsaBugAreaPath "DevDiv\ASP.NET Core"
-TsaIterationPath DevDiv
-TsaRepositoryName AspNetCore
-TsaCodebaseName AspNetCore
-TsaOnboard $True
-TsaPublish $True
-PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/s/eng/PoliCheckExclusions.xml")
-CrScanAdditionalRunConfigParams @("SuppressionsPath< $(Build.SourcesDirectory)/s/.config/CredScanSuppressions.json")