add tsaoptions json file, enable tsa in build rp official pipeline (#1959)

This commit is contained in:
Mike Drum 2022-02-11 09:43:12 -05:00 коммит произвёл GitHub
Родитель 528b394f39
Коммит 22b6cfb664
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 2 удалений

11
.config/tsaoptions.json Normal file
Просмотреть файл

@ -0,0 +1,11 @@
{
"instanceUrl": "https://msazure.visualstudio.com/",
"projectName": "AzureRedHatOpenShift",
"areaPath": "AzureRedHatOpenShift\\MS ARO",
"iterationPath": "AzureRedHatOpenShift",
"codebaseName": "TFSMSAzureOneAgile_ARO-RP",
"template": "TFSMSAzureOneAgile",
"notificationAliases": [
"aromsfteng@microsoft.com"
]
}

Просмотреть файл

@ -33,8 +33,8 @@ extends:
template: v2/OneBranch.Official.CrossPlat.yml@templates # https://aka.ms/obpipelines/templates
parameters:
globalSdl: # https://aka.ms/obpipelines/sdl
# tsa:
# enabled: true # SDL results of non-official builds aren't uploaded to TSA by default.
tsa:
enabled: true # SDL results of non-official builds aren't uploaded to TSA by default.
# credscan:
# suppressionsFile: $(Build.SourcesDirectory)\.config\CredScanSuppressions.json
disableLegacyManifest: true