From 0c2b3c13eed41525dacbfcfe1a3bb62eff5808e5 Mon Sep 17 00:00:00 2001 From: Branden Bonaby <105318831+bbonaby@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:31:35 -0700 Subject: [PATCH] ci: add TSA options and 1ES inventory metadata - Add .config/tsaoptions.json matching the structure used by other Microsoft repos (e.g. microsoft/CsWinRT). Drives automated bug filing in the OS AzDO project; notificationAliases intentionally omitted. - Add es-metadata.yml from the 1ES Inventory-As-Code bootstrap PR (ADO PR 15670831) so repo inventory is sourced from code instead of Product Catalog. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .config/tsaoptions.json | 6 ++++++ es-metadata.yml | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .config/tsaoptions.json create mode 100644 es-metadata.yml diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json new file mode 100644 index 00000000..e0e010fe --- /dev/null +++ b/.config/tsaoptions.json @@ -0,0 +1,6 @@ +{ + "codebaseName": "VSTS_Microsoft_OSGS_mxc", + "instanceUrl": "https://microsoft.visualstudio.com", + "projectName": "OS", + "areaPath": "OS\\Windows Client and Services\\WinPD\\AgOS-Agentic Platform\\Agent Runtime\\Tessera\\Process Sandbox" +} \ No newline at end of file diff --git a/es-metadata.yml b/es-metadata.yml new file mode 100644 index 00000000..b2419013 --- /dev/null +++ b/es-metadata.yml @@ -0,0 +1,12 @@ +schemaVersion: 1.0.0 +providers: +- provider: InventoryAsCode + version: 1.0.0 + metadata: + isProduction: true + accountableOwners: + service: febda914-cb97-4200-899e-7dc3077438a7 + routing: + defaultAreaPath: + org: microsoft + path: OS\Windows Client and Services\WinPD\AgOS-Agentic Platform\Runtime