Skip to content

Commit 2d6d07c

Browse files
authored
[release/3.1] Move SDL validation to ringed release (#3201)
* Move SDL validation to ringed release * Move SDL validation to ringed release * Add back variables * fixup
1 parent 7e81951 commit 2d6d07c

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

azure-pipelines.yml

-18
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ variables:
2020
- name: _InternalRuntimeDownloadArgs
2121
value: ''
2222

23-
# used for post-build phases, internal builds only
24-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
25-
- group: DotNet-AspNet-SDLValidation-Params
26-
2723
# CI and PR triggers
2824
trigger:
2925
batch: true
@@ -354,17 +350,3 @@ stages:
354350
# Symbol validation isn't being very reliable lately. This should be enabled back
355351
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
356352
enableSymbolValidation: false
357-
# This is to enable SDL runs part of Post-Build Validation Stage
358-
SDLValidationParameters:
359-
enable: true
360-
continueOnError: false
361-
params: ' -SourceToolsList @("policheck","credscan")
362-
-TsaInstanceURL $(_TsaInstanceURL)
363-
-TsaProjectName $(_TsaProjectName)
364-
-TsaNotificationEmail $(_TsaNotificationEmail)
365-
-TsaCodebaseAdmin $(_TsaCodebaseAdmin)
366-
-TsaBugAreaPath $(_TsaBugAreaPath)
367-
-TsaIterationPath $(_TsaIterationPath)
368-
-TsaRepositoryName "Extensions"
369-
-TsaCodebaseName "Extensions"
370-
-TsaPublish $True'

eng/sdl-tsa-vars.config

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-SourceToolsList @("policheck","credscan")
2+
-TsaInstanceURL https://devdiv.visualstudio.com/
3+
-TsaProjectName DEVDIV
4+
-TsaNotificationEmail [email protected]
5+
-TsaCodebaseAdmin REDMOND\kevinpi
6+
-TsaBugAreaPath "DevDiv\ASP.NET Core"
7+
-TsaIterationPath DevDiv
8+
-TsaRepositoryName Extensions
9+
-TsaCodebaseName Extensions
10+
-TsaOnboard $True
11+
-TsaPublish $True

0 commit comments

Comments
 (0)