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:
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>2022-11-08 18:27:21 +0300
committerGitHub <noreply@github.com>2022-11-08 18:27:21 +0300
commit3fd8e281bfdbdb35ab3d3aa301b9439dd8c0d4c4 (patch)
tree34571d51eae8f525131ab3930d7504409f9ed42b
parentdc5e60f5f2becf0b462d37ad918443126e80b49b (diff)
parent01c5fa40575f9d9816680247414b4ed9b8c21fef (diff)
Merge pull request #3099 from dotnet/enable_codeql
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..d089fe07f
--- /dev/null
+++ b/.config/tsaoptions.json
@@ -0,0 +1,10 @@
+{
+ "instanceUrl": "https://devdiv.visualstudio.com/",
+ "template": "TFSDEVDIV",
+ "projectName": "DEVDIV",
+ "areaPath": "DevDiv\\NET Runtime\\Managed Linker",
+ "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