From f43016ca37d840d61af14cad08b1481dd1c0d213 Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Thu, 25 Aug 2022 07:00:09 +0000 Subject: [PATCH] feat: add componet governance detection pipeline hosted in ADO --- .pipeline/component-governance-detection.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .pipeline/component-governance-detection.yaml 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