Skip to content

Commit 8cb4f4c

Browse files
authored
Merge pull request #24 from jmclong/dev/jlong/update-pipelines
feat(pipeline): add CG pipeline
2 parents 2883a15 + b7f42ac commit 8cb4f4c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This pipeline hosted in ADO will use the auto-injected component detection build task to detect possible incidents
2+
# and report alerts related to OSS consumed by this repository.
3+
trigger:
4+
branches:
5+
include:
6+
- main
7+
8+
pool:
9+
vmImage: ubuntu-latest
10+
11+
steps:
12+
- bash: |
13+
echo "This task is used to trigger code base scan."
14+
displayName: ADO Task

0 commit comments

Comments
 (0)