Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:15:19 +0300
committermdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:15:19 +0300
commitc8099e29e107d20780d3ae9d655917d1a3bb177a (patch)
treee2cb1f062845f3d630e1ccf1427da1b1fbf6a388
parent391ac60bbfb2c618b82f08af728d2d4d259d584e (diff)
Enable CodeQL with TSA
-rw-r--r--.config/tsaoptions.json10
-rw-r--r--eng/azure-pipelines.yml4
2 files changed, 14 insertions, 0 deletions
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