Skip to content

Commit

Permalink
Merge pull request #572 Add Component Governance task in build
Browse files Browse the repository at this point in the history
add cg task
  • Loading branch information
TianqiZhang authored Aug 27, 2021
2 parents a35e227 + dc240a1 commit 71e3f16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ stages:
BinSkim: true
ToolLogsNotFoundAction: 'Standard'

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

- stage: Build
dependsOn: SDLCheck
jobs:
Expand Down

0 comments on commit 71e3f16

Please sign in to comment.