diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b49d6e126b6..008ddfa8645 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,6 +73,9 @@ extends: sbom: enabled: false # VS SBOM is generated with other steps justificationForDisabling: 'SBOM for F# is generated via build process. Will be migrated at later date.' + tsa: + enabled: true + configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa' sourceAnalysisPool: name: NetCore1ESPool-Svc-Internal image: 1es-windows-2022 diff --git a/eng/TSACondig.gdntsa b/eng/TSACondig.gdntsa new file mode 100644 index 00000000000..864c796b398 --- /dev/null +++ b/eng/TSACondig.gdntsa @@ -0,0 +1,16 @@ +{ + "codebaseName": "FSharp-GitHub", + "notificationAliases": [ + "mlinfraswat@microsoft.com" + ], + "codebaseAdmins": [ + "EUROPE\\vlza", + "REDMOND\\kevinransom", + "EUROPE\\tomasgrosup" + ], + "instanceUrl": "https://devdiv.visualstudio.com", + "projectName": "DevDiv", + "areaPath": "DevDiv\\FSharp", + "iterationPath": "DevDiv", + "allTools": true +} \ No newline at end of file