Skip to content

Commit

Permalink
Enable TSA (#10543)
Browse files Browse the repository at this point in the history
* Enable TSA for BinSkim

* Add BinSkim to the list
  • Loading branch information
jjonescz authored Jun 27, 2024
1 parent 928fe61 commit 5afe717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ extends:
name: NetCore1ESPool-Svc-Internal
image: 1es-windows-2022
os: windows
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
pool:
name: NetCore1ESPool-Svc-Internal
image: windows.vs2022preview.amd64
Expand Down
3 changes: 2 additions & 1 deletion eng/TSAConfig.gdntsa
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"areaPath": "DevDiv\\NET Developer Experience\\Razor Tooling",
"iterationPath": "DevDiv",
"tools": [
"APIScan"
"APIScan",
"BinSkim"
]
}

0 comments on commit 5afe717

Please sign in to comment.