Skip to content

Commit fc4b103

Browse files
authored
Added Component Governance Component Detection (#1690)
1 parent e996c1c commit fc4b103

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
- task: PublishBuildArtifacts@1
6868
displayName: 'Publish Artifacts'
6969
condition: succeededOrFailed()
70+
71+
- task: ComponentGovernanceComponentDetection@0
72+
inputs:
73+
scanType: 'Register'
74+
verbosity: 'Verbose'
75+
alertWarningLevel: 'High'
7076

7177
- job: E2E_Test
7278
timeoutInMinutes: 360

0 commit comments

Comments
 (0)