Skip to content

Commit

Permalink
Add missing TSA file (#15)
Browse files Browse the repository at this point in the history
* add tsa file

* remove gdnsuppress file
  • Loading branch information
qmuntal authored Apr 26, 2024
1 parent 4d8081c commit 4560103
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .config/tsa/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"codebaseName": "Go",
"notificationAliases": [
"[email protected]"
],
"codebaseAdmins": [
"redmond\\golangdev"
],
"instanceUrl": "https://devdiv.visualstudio.com/",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\NET Compilers\\GoLang",
"iterationPath": "DevDiv",
"allTools": true
}
4 changes: 1 addition & 3 deletions eng/pipeline/rolling-internal-validation-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ extends:
codeql:
enabledOnNonDefaultBranches: ${{ parameters.enableCodeQL }}
language: go,powershell
suppression:
suppressionFile: $(Build.SourcesDirectory)/eng/compliance/.gdnsuppress
tsa:
enabled: ${{ not(parameters.disableTSA) }}
configFile: $(Build.SourcesDirectory)/eng/compliance/tsaoptions.json
configFile: $(Build.SourcesDirectory)/.config/tsa/tsaoptions.json

stages:
- stage: Analyze
Expand Down

0 comments on commit 4560103

Please sign in to comment.