From 6005a6fedff664d8670229bdf0cc6f7d56234675 Mon Sep 17 00:00:00 2001 From: Arun Chander Date: Tue, 3 Dec 2024 16:45:13 -0800 Subject: [PATCH 1/3] Enable TSA and Policheck --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0bafbd80..00aaec0c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,13 @@ extends: name: $(DncEngInternalBuildPool) image: 1es-windows-2022 os: windows + sbom: + enabled: false + policheck: + enabled: true + tsa: + enabled: true + configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa' customBuildTags: - ES365AIMigrationTooling stages: From d8a1b85a014fa55410b40e6070b4b217b5b44785 Mon Sep 17 00:00:00 2001 From: Arun Chander Date: Tue, 3 Dec 2024 16:46:53 -0800 Subject: [PATCH 2/3] Create TSAConfig.gdntsa --- eng/TSAConfig.gdntsa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 eng/TSAConfig.gdntsa diff --git a/eng/TSAConfig.gdntsa b/eng/TSAConfig.gdntsa new file mode 100644 index 00000000..4e3eef1a --- /dev/null +++ b/eng/TSAConfig.gdntsa @@ -0,0 +1,15 @@ +{ + "codebaseName": "SourceLink-GitHub", + "notificationAliases": [ + "mlinfraswat@microsoft.com" + ], + "codebaseAdmins": [ + "REDMOND\\tmat", + "REDMOND\\phillipa" + ], + "instanceUrl": "https://devdiv.visualstudio.com", + "projectName": "DevDiv", + "areaPath": "DevDiv\\NET Developer Experience\\Debugger and Interactive", + "iterationPath": "DevDiv", + "allTools": true +} From 85c83abf99ff7e9cd12356d52c91e3b0d02078f0 Mon Sep 17 00:00:00 2001 From: Arun Chander Date: Wed, 4 Dec 2024 13:49:27 -0800 Subject: [PATCH 3/3] Fix typo in codebase admin username --- eng/TSAConfig.gdntsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/TSAConfig.gdntsa b/eng/TSAConfig.gdntsa index 4e3eef1a..a6b1e963 100644 --- a/eng/TSAConfig.gdntsa +++ b/eng/TSAConfig.gdntsa @@ -4,7 +4,7 @@ "mlinfraswat@microsoft.com" ], "codebaseAdmins": [ - "REDMOND\\tmat", + "REDMOND\\tomat", "REDMOND\\phillipa" ], "instanceUrl": "https://devdiv.visualstudio.com",