Skip to content

Commit

Permalink
Add tsaconfig (#5285)
Browse files Browse the repository at this point in the history
* 'tsaconfig

* more

* add policheck
  • Loading branch information
danmoseley authored Jul 20, 2024
1 parent bd959f2 commit ff43443
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
File renamed without changes.
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": "dotnetextensions",
"codebaseName": "dotnetextensions"
}
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
policheck:
enabled: true
exclusionsFile: $(Build.SourcesDirectory)\.config\PoliCheckExclusions.xml
sourceAnalysisPool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
Expand Down

0 comments on commit ff43443

Please sign in to comment.