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:
authorLluis Sanchez <llsan@microsoft.com>2022-11-07 20:23:58 +0300
committerGitHub <noreply@github.com>2022-11-07 20:23:58 +0300
commit544e762e674f0308dbcaa7c61cd16b39714403cc (patch)
tree1d045899a96791ccade9b60d7526e54aaec333c2
parent68996e649c19202ff40e2c0391d1a45e67d1b716 (diff)
parenta7b3e90b13a2c87449fda773a00a12d38fe5eb81 (diff)
Merge pull request #199 from mono/enable_codeql
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: