Add component governance as a manual step

This commit is contained in:
Jianjie Liu (MAIDAP) 2021-01-28 13:43:41 -05:00
Родитель 9c858e6e19
Коммит c5aebb4372
2 изменённых файлов: 5 добавлений и 3 удалений

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

@ -17,6 +17,7 @@ stages:
- template: templates/base/run-linter.yml
parameters:
pyVersion: '3.6'
- task: ComponentGovernanceComponentDetection@0
- stage: unit_tests
dependsOn: static_analysis

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

@ -15,9 +15,10 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- template: templates/base/run-linter.yml
parameters:
pyVersion: '3.6'
- template: templates/base/run-linter.yml
parameters:
pyVersion: '3.6'
- task: ComponentGovernanceComponentDetection@0
- stage: unit_tests
dependsOn: static_analysis