Skip to content

Commit

Permalink
Enable TSA for CodeQL (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdh1418 authored Nov 15, 2022
1 parent 1b80d99 commit 89da391
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .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\\VS Client - Runtime SDKs\\SkiaSharp",
"iterationPath": "DevDiv",
"notificationAliases": [ "runtimerepo-infra@microsoft.com" ],
"repositoryName": "SkiaSharp.Extended",
"codebaseName": "SkiaSharp.Extended"
}
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ variables:
GIT_SHA: $(Build.SourceVersion)
GIT_BRANCH_NAME: $(Build.SourceBranchName)
Codeql.Enabled: true
Codeql.TSAEnabled: true

resources:
repositories:
Expand Down

0 comments on commit 89da391

Please sign in to comment.