microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
pipelines/component-detection.yml
18lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | name: $(Build.BuildId) |
| 5 | |
| 6 | trigger: |
| 7 | branches: |
| 8 | include: |
| 9 | - main |
| 10 | |
| 11 | steps: |
| 12 | - checkout: self |
| 13 | - task: ComponentGovernanceComponentDetection@0 |
| 14 | displayName: Component Detection |
| 15 | inputs: |
| 16 | verbosity: Verbose |
| 17 | scanType: Register |
| 18 | alertWarningLevel: High |
| 19 | |