* add policheck and tsa

* update
This commit is contained in:
Garrett Campbell 2024-04-29 11:08:12 -04:00 коммит произвёл GitHub
Родитель dcc52522f1
Коммит 4d19048903
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 18 добавлений и 0 удалений

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

@ -41,6 +41,24 @@ extends:
componentgovernance:
ignoreDirectories: node_modules,dist,i18n
alertWarningLevel: Medium
policheck:
enabled: true
tsa:
enabled: true
config:
tsaVersion: TsaV2
codebase: NewOrUpdate
codebaseName: vscode-makefile-tools
tsaStamp: $(Tsa.AdoProject)
tsaEnvironment: PROD
notificationAliases: $(Tsa.NotificationAliases)
codebaseAdmins: $(Tsa.CodebaseAdmins)
instanceUrl: $(Tsa.AdoOrg)
projectName: $(Tsa.AdoProject)
areaPath: $(Tsa.AreaPath)
iterationPath: $(Tsa.AdoProject)
allTools: true
repositoryName: vscode-makefile-tools
customBuildTags:
- ES365AIMigrationTooling
stages: