Skip to content

Commit

Permalink
Enable policheck and TSA (#17818)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii authored Sep 30, 2024
1 parent a902b21 commit 1bf093f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ extends:
sbom:
enabled: false # VS SBOM is generated with other steps
justificationForDisabling: 'SBOM for F# is generated via build process. Will be migrated at later date.'
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
sourceAnalysisPool:
name: NetCore1ESPool-Svc-Internal
image: 1es-windows-2022
Expand Down
16 changes: 16 additions & 0 deletions eng/TSACondig.gdntsa
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"codebaseName": "FSharp-GitHub",
"notificationAliases": [
"mlinfraswat@microsoft.com"
],
"codebaseAdmins": [
"EUROPE\\vlza",
"REDMOND\\kevinransom",
"EUROPE\\tomasgrosup"
],
"instanceUrl": "https://devdiv.visualstudio.com",
"projectName": "DevDiv",
"areaPath": "DevDiv\\FSharp",
"iterationPath": "DevDiv",
"allTools": true
}

0 comments on commit 1bf093f

Please sign in to comment.