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

github.com/mono/mono-addins.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:09:30 +0300
committermdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:09:30 +0300
commita7b3e90b13a2c87449fda773a00a12d38fe5eb81 (patch)
treeb2684dcdf7fecfe9b0e7d2a52a1fb6ad8643b7cc
parentc3be4f3ddbb4a00b2c651d406a613b28c69a4dac (diff)
Enable CodeQL with TSA
-rw-r--r--.config/tsaoptions.json10
-rw-r--r--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 0000000..d585509
--- /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": "mono-addins",
+ "codebaseName": "mono-addins"
+} \ No newline at end of file
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0d7562c..678fff4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -6,6 +6,10 @@ variables:
value: Debug
- name: TeamName
value: Mono.Addins
+- name: Codeql.Enabled
+ value: true
+- name: Codeql.TSAEnabled
+ value: true
steps: