Skip to content

Commit 1bf093f

Browse files
authored
Enable policheck and TSA (#17818)
1 parent a902b21 commit 1bf093f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ extends:
7373
sbom:
7474
enabled: false # VS SBOM is generated with other steps
7575
justificationForDisabling: 'SBOM for F# is generated via build process. Will be migrated at later date.'
76+
tsa:
77+
enabled: true
78+
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
7679
sourceAnalysisPool:
7780
name: NetCore1ESPool-Svc-Internal
7881
image: 1es-windows-2022

eng/TSACondig.gdntsa

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"codebaseName": "FSharp-GitHub",
3+
"notificationAliases": [
4+
5+
],
6+
"codebaseAdmins": [
7+
"EUROPE\\vlza",
8+
"REDMOND\\kevinransom",
9+
"EUROPE\\tomasgrosup"
10+
],
11+
"instanceUrl": "https://devdiv.visualstudio.com",
12+
"projectName": "DevDiv",
13+
"areaPath": "DevDiv\\FSharp",
14+
"iterationPath": "DevDiv",
15+
"allTools": true
16+
}

0 commit comments

Comments
 (0)