Skip to content

Commit

Permalink
Merge pull request dotnet/linker#3099 from dotnet/enable_codeql
Browse files Browse the repository at this point in the history
Enable CodeQL with TSA

Commit migrated from dotnet/linker@3fd8e28
  • Loading branch information
mdh1418 committed Nov 8, 2022
2 parents 381f14b + da842ae commit 85f4bb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/tools/illink/.config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions src/tools/illink/eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f4bb0

Please sign in to comment.