We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2883a15 + b7f42ac commit 8cb4f4cCopy full SHA for 8cb4f4c
.pipelines/component-governance-detection.yaml
@@ -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