Skip to content

Commit 71e3f16

Browse files
authored
Merge pull request #572 Add Component Governance task in build
add cg task
2 parents a35e227 + dc240a1 commit 71e3f16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ stages:
7878
BinSkim: true
7979
ToolLogsNotFoundAction: 'Standard'
8080

81+
- task: ComponentGovernanceComponentDetection@0
82+
inputs:
83+
scanType: 'Register'
84+
verbosity: 'Verbose'
85+
alertWarningLevel: 'High'
86+
8187
- stage: Build
8288
dependsOn: SDLCheck
8389
jobs:

0 commit comments

Comments
 (0)