Add explicit governance step to beginning of test stages (#549)

This commit is contained in:
Ryan K 2022-04-21 10:57:21 -07:00 коммит произвёл GitHub
Родитель 8fd43923cc
Коммит 61ff7df0db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 1 удалений

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

@ -61,6 +61,13 @@ stages:
vmImage: $(imageName)
steps:
# Run component governance before testing (testing leaves artifacts)
- task: ComponentGovernanceComponentDetection@0
displayName: 'Component Governance Detection'
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'Medium'
- template: common/setup_steps.yml
- template: common/test_steps.yml

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

@ -1,4 +1,4 @@
## 2.16.7 (2022-03-23)
## 2.16.7 (2022-04-21)
### Changed
* Changed D2C messages to always declare message content-type as `application/json` and encoding as `utf-8`
* Updated package vulnerabilities