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 /.config
parent391ac60bbfb2c618b82f08af728d2d4d259d584e (diff)
Enable CodeQL with TSA
Diffstat (limited to '.config')
-rw-r--r--.config/tsaoptions.json10
1 files changed, 10 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