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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>2022-11-08 18:00:43 +0300
committerGitHub <noreply@github.com>2022-11-08 18:00:43 +0300
commitc8eb05335579a9e09a7c2b0c8e1aff2f63998672 (patch)
tree164a9ccd5782c5d43432af6a46dff28e7b0fd0a1
parent4a51257b6ac207cb7b0a51b34bfb3eab5d0dfae8 (diff)
parent156257db8fec76901eee12beb45539ee71e9bab9 (diff)
Merge pull request #49 from mdh1418/enable_codeqlHEADmain
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 0000000..ae99c7b
--- /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": "cecil",
+ "codebaseName": "cecil"
+} \ No newline at end of file
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index f3d6ea2..ba4c032 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -23,6 +23,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