Skip to content

Commit

Permalink
Enable auto TSA bug filing (#3123)
Browse files Browse the repository at this point in the history
* Update WindowsAppSDK-BinaryAnalysis-steps.yml

* Update WindowsAppSDK-SourceAnalysis-job.yml

* Update tsaoptions.json
  • Loading branch information
alexlamtest authored Nov 9, 2022
1 parent 9f3ed82 commit 447be70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"instanceUrl": "https://microsoft.visualstudio.com",
"projectName": "os",
"areaPath": "OS\\WDX\\DXP\\APT-Application Platform and Tools\\BTAD-Base Tools and Developer experiences\\WinAppSDK Engineering System",
"iterationPath": "OS",
"areaPath": "OS\\Client and Services\\ADEPT\\OWL (Open Windows pLatform)\\Rendering\\WinAppSDK Engineering System",
"iterationPath": "OS\\2211",
"notificationAliases": [ "WinAppSDK-Build@microsoft.com" ],
"ignoreBranchName": true,
"codebaseName": "WinAppSDK"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ steps:
ob_sdl_binskim_scanOutputDirectoryOnly: true
ob_sdl_binskim_break: false
globalsdl:
tsa:
enabled: true
binskim:
enabled: true
break: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
parameters:
globalsdl:
tsa:
# Not filing bugs for issues found by the scans just yet.
#enabled: true
enabled: false
enabled: true
codeql:
tsandjs:
enabled: true
Expand Down

0 comments on commit 447be70

Please sign in to comment.