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 · modepreview

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

name: $(Build.BuildId)

trigger:
  branches:
    include:
      - main

steps:
  - checkout: self
  - task: ComponentGovernanceComponentDetection@0
    displayName: Component Detection
    inputs:
      verbosity: Verbose
      scanType: Register
      alertWarningLevel: High