From c8099e29e107d20780d3ae9d655917d1a3bb177a Mon Sep 17 00:00:00 2001 From: mdh1418 Date: Thu, 3 Nov 2022 23:15:19 +0800 Subject: Enable CodeQL with TSA --- .config/tsaoptions.json | 10 ++++++++++ eng/azure-pipelines.yml | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 .config/tsaoptions.json diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json new file mode 100644 index 000000000..981524736 --- /dev/null +++ b/.config/tsaoptions.json @@ -0,0 +1,10 @@ +{ + "instanceUrl": "https://devdiv.visualstudio.com/", + "template": "TFSDEVDIV", + "projectName": "DEVDIV", + "areaPath": "DevDiv\\mono", + "iterationPath": "DevDiv", + "notificationAliases": [ "runtimerepo-infra@microsoft.com" ], + "repositoryName": "linker", + "codebaseName": "linker" +} \ No newline at end of file diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml index 89696c9a1..8166f7d45 100644 --- a/eng/azure-pipelines.yml +++ b/eng/azure-pipelines.yml @@ -28,6 +28,10 @@ variables: value: ${{ format('{0} /p:OfficialBuildId=$(Build.BuildNumber) /p:Test=false /p:IntegrationTest=false', variables['_BuildArgs']) }} # Provide HelixApiAccessToken for telemetry - group: DotNet-HelixApi-Access + - name: Codeql.Enabled + value: True + - name: Codeql.TSAEnabled + value: True stages: - stage: build -- cgit v1.2.3