Skip to content

Commit 4bc0f82

Browse files
authored
Configure guardian, SDL, TSA, and CodeQL in Official Builds (#1474)
1 parent 153e838 commit 4bc0f82

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

.config/tsaoptions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"instanceUrl": "https://microsoft.visualstudio.com",
3+
"projectName": "os",
4+
"areaPath": "OS\\Windows Client and Services\\WinPD\\DEEP-Developer Experience, Ecosystem and Partnerships\\AmUse- App Metadata and User Setup Experience\\Projections\\Cppwinrt",
5+
"notificationAliases": [ "[email protected]" ],
6+
"ignoreBranchName": true,
7+
"codebaseName": "cppwinrt"
8+
}

.gdn/.gdnsettings

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"files": { },
3+
"folders": { },
4+
"overwriteLogs": true,
5+
"telemetryFlushTimeout": 10,
6+
"variables": { }
7+
}

.gdn/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Ignore Guardian internal files
2+
.r/
3+
rc/
4+
rs/
5+
i/
6+
p/
7+
c/
8+
o/
9+
10+
## Ignore Guardian Local settings
11+
LocalSettings.gdn.json

.pipelines/OneBranch.Official.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ extends:
3232
enabled: false
3333

3434
globalSdl:
35+
asyncSdl:
36+
enabled: true
3537
tsa:
36-
enabled: false
38+
enabled: true
39+
codeql:
40+
compiled:
41+
enabled: true
42+
tsaEnabled: true
3743

3844
stages:
3945
- stage: build

0 commit comments

Comments
 (0)