update branch name for component governance

This commit is contained in:
Avin Agrawal 2021-02-09 01:36:37 -08:00
Родитель 59c26b15d6
Коммит d8dadfb21b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@ steps:
architecture: "x64"
- task: ComponentGovernanceComponentDetection@0
condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/main'))
condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/master'))
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'