Skip to content

Commit a133411

Browse files
authored
add TSA config (#4860)
* tsaconfig * more * remove the config per Matt * add policheck in 1ES template * policheck exclusions
1 parent cf61a58 commit a133411

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.config/PoliCheckExclusions.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<PoliCheckExclusions>
2+
3+
</PoliCheckExclusions>

.config/tsaoptions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"instanceUrl": "https://devdiv.visualstudio.com/",
3+
"template": "TFSDEVDIV",
4+
"projectName": "DEVDIV",
5+
"areaPath": "DevDiv\\ASP.NET Core\\Policy Violations",
6+
"iterationPath": "DevDiv",
7+
"notificationAliases": [ "aspnetcore-build@microsoft.com" ],
8+
"repositoryName": "aspire",
9+
"codebaseName": "aspire"
10+
}

eng/pipelines/azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ extends:
9595
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
9696
parameters:
9797
sdl:
98+
policheck:
99+
enabled: true
100+
exclusionsFile: $(Build.SourcesDirectory)\.config\PoliCheckExclusions.xml
98101
eslint:
99102
enabled: false
100103
justificationForDisabling: 'see https://portal.microsofticm.com/imp/v3/incidents/incident/482258316/summary'

0 commit comments

Comments
 (0)