Skip to content

Commit

Permalink
Update tsaoptions.json and enable TSA in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored and radekdoulik committed Sep 19, 2024
1 parent b647451 commit 688e008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/tsaoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\mono",
"areaPath": "DevDiv\\NET Runtime\\WebAssembly",
"iterationPath": "DevDiv",
"notificationAliases": [ "runtimerepo-infra@microsoft.com" ],
"repositoryName": "llvm-project",
Expand Down
2 changes: 2 additions & 0 deletions eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
tsa:
enabled: true
codeql:
compiled:
enabled: false
Expand Down

0 comments on commit 688e008

Please sign in to comment.