Skip to content

Commit

Permalink
feat: add componet governance detection pipeline hosted in ADO
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingchuan Hao committed Aug 25, 2022
1 parent cd3bccb commit f93e185
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pipeline/component-governance-detection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This pipeline hosted in ADO will use the auto-injected component detection build task to detect possible incidents
# and report alerts related to OSS consumed by this repository.
trigger: none

pool:
vmImage: ubuntu-18.04

steps:
- bash: |
echo "This task is used to trigger code base scan."
displayName: ADO Task

0 comments on commit f93e185

Please sign in to comment.