Scope CG detection to JSON CLI tool only (#3041)

This commit is contained in:
Brandon Waterloo [MSFT] 2022-02-03 12:36:32 -05:00 коммит произвёл GitHub
Родитель f0784d241f
Коммит 5d89950c43
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -142,6 +142,12 @@ jobs:
AllTools: true
condition: eq(variables['ENABLE_COMPLIANCE'], 'true')
- task: ComponentGovernanceComponentDetection@0
displayName: 'Component Detection'
condition: eq(variables['ENABLE_COMPLIANCE'], 'true')
inputs:
sourceScanPath: tools/JsonCli # Scope only to the JSON CLI tool, since that's all this build is for
trigger: none
pr: none