Skip to content

Commit

Permalink
Configure guardian, SDL, TSA, and CodeQL in Official Builds (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefaultRyan authored Feb 15, 2025
1 parent 153e838 commit 4bc0f82
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"instanceUrl": "https://microsoft.visualstudio.com",
"projectName": "os",
"areaPath": "OS\\Windows Client and Services\\WinPD\\DEEP-Developer Experience, Ecosystem and Partnerships\\AmUse- App Metadata and User Setup Experience\\Projections\\Cppwinrt",
"notificationAliases": [ "[email protected]" ],
"ignoreBranchName": true,
"codebaseName": "cppwinrt"
}
7 changes: 7 additions & 0 deletions .gdn/.gdnsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files": { },
"folders": { },
"overwriteLogs": true,
"telemetryFlushTimeout": 10,
"variables": { }
}
11 changes: 11 additions & 0 deletions .gdn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Ignore Guardian internal files
.r/
rc/
rs/
i/
p/
c/
o/

## Ignore Guardian Local settings
LocalSettings.gdn.json
8 changes: 7 additions & 1 deletion .pipelines/OneBranch.Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ extends:
enabled: false

globalSdl:
asyncSdl:
enabled: true
tsa:
enabled: false
enabled: true
codeql:
compiled:
enabled: true
tsaEnabled: true

stages:
- stage: build
Expand Down

0 comments on commit 4bc0f82

Please sign in to comment.