File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ variables:
1818 value : .NETCore
1919 - name : _DotNetValidationArtifactsCategory
2020 value : .NETCoreValidation
21+ - group : DotNet-Roslyn-SDLValidation-Params
2122
2223stages :
2324- stage : build
@@ -291,3 +292,17 @@ stages:
291292 enableSourceLinkValidation : false
292293 validateDependsOn :
293294 - SetValidateDependency
295+ # Enable SDL validation, passing through values from the 'DotNet-Roslyn-SDLValidation-Params' group.
296+ SDLValidationParameters :
297+ enable : true
298+ params : >-
299+ -SourceToolsList @("policheck","credscan")
300+ -TsaInstanceURL $(_TsaInstanceURL)
301+ -TsaProjectName $(_TsaProjectName)
302+ -TsaNotificationEmail $(_TsaNotificationEmail)
303+ -TsaCodebaseAdmin $(_TsaCodebaseAdmin)
304+ -TsaBugAreaPath $(_TsaBugAreaPath)
305+ -TsaIterationPath $(_TsaIterationPath)
306+ -TsaRepositoryName $(_TsaRepositoryName)
307+ -TsaCodebaseName $(_TsaCodebaseName)
308+ -TsaPublish $True
You can’t perform that action at this time.
0 commit comments