Skip to content

Commit

Permalink
add TSA config (dotnet#4860)
Browse files Browse the repository at this point in the history
* tsaconfig

* more

* remove the config per Matt

* add policheck in 1ES template

* policheck exclusions
  • Loading branch information
danmoseley authored Jul 12, 2024
1 parent cf61a58 commit a133411
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<PoliCheckExclusions>

</PoliCheckExclusions>
10 changes: 10 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\ASP.NET Core\\Policy Violations",
"iterationPath": "DevDiv",
"notificationAliases": [ "aspnetcore-build@microsoft.com" ],
"repositoryName": "aspire",
"codebaseName": "aspire"
}
3 changes: 3 additions & 0 deletions eng/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
policheck:
enabled: true
exclusionsFile: $(Build.SourcesDirectory)\.config\PoliCheckExclusions.xml
eslint:
enabled: false
justificationForDisabling: 'see https://portal.microsofticm.com/imp/v3/incidents/incident/482258316/summary'
Expand Down

0 comments on commit a133411

Please sign in to comment.