microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8fcc2174628a5ffa8055a25dc727377cd23ce3fd

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