microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
88322a0b3f0c311a95730d3faeab445ada3988b2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

pipelines/component-detection.yml

18lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4name: $(Build.BuildId)
5
6trigger:
7 branches:
8 include:
9 - main
10
11steps:
12 - checkout: self
13 - task: ComponentGovernanceComponentDetection@0
14 displayName: Component Detection
15 inputs:
16 verbosity: Verbose
17 scanType: Register
18 alertWarningLevel: High
19