Skip to content

Commit

Permalink
Added component governence job (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois authored Jan 17, 2022
1 parent 63dbbbf commit 23cceb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
arguments: '-configuration $(BuildConfiguration) -all -parallel'
modifyEnvironment: false

- task: ComponentGovernanceComponentDetection@0
displayName: 'Component Governance'
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'

- task: PublishTestResults@2
displayName: 'Publish Test Results **\*.trx'
inputs:
Expand Down

0 comments on commit 23cceb0

Please # to comment.