diff --git a/.pipeline/component-governance-detection.yaml b/.pipeline/component-governance-detection.yaml new file mode 100644 index 000000000..3c2f87a4c --- /dev/null +++ b/.pipeline/component-governance-detection.yaml @@ -0,0 +1,11 @@ +# 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