Skip to content

Commit

Permalink
Copied pipelines into repo
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshma committed Aug 8, 2024
1 parent ee68049 commit 312d1c9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Azure DevOp pipelines

This folder contains Azure DevOp pipelines for the TypeAgent repo.
18 changes: 18 additions & 0 deletions pipelines/component-detection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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

0 comments on commit 312d1c9

Please sign in to comment.