Skip to content

Commit d9206a3

Browse files
authored
Merge pull request #7281 from dotnet/dev/jorobich/enable-policheck
Enable SDL policheck tool
2 parents fc95222 + 0c4534b commit d9206a3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.config/guardian/TSAConfig.gdntsa

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"codebaseName": "VSCode-CSharp-GitHub",
3+
"notificationAliases": [
4+
5+
],
6+
"codebaseAdmins": [
7+
"REDMOND\\phillipa",
8+
"REDMOND\\arkalyan"
9+
],
10+
"instanceUrl": "https://devdiv.visualstudio.com",
11+
"projectName": "DevDiv",
12+
"areaPath": "DevDiv\\NET Developer Experience\\CSharp and VB IDE",
13+
"iterationPath": "DevDiv",
14+
"allTools": true
15+
}

azure-pipelines-official.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,21 @@ extends:
3333
name: netcore1espool-internal
3434
image: 1es-windows-2022
3535
os: windows
36+
sdl:
37+
sourceAnalysisPool:
38+
name: netcore1espool-internal
39+
image: 1es-windows-2022
40+
os: windows
41+
policheck:
42+
enabled: true
43+
tsa:
44+
enabled: true
45+
configFile: '$(Build.SourcesDirectory)/.config/guardian/TSAConfig.gdntsa'
3646
customBuildTags:
3747
- ES365AIMigrationTooling
3848
stages:
3949
- template: /azure-pipelines/build-all.yml@self
4050
parameters:
4151
versionNumberOverride: ${{ parameters.versionNumberOverride }}
4252
isOfficial: true
43-
channel: ${{ parameters.channel }}
53+
channel: ${{ parameters.channel }}

0 commit comments

Comments
 (0)