From 3dd01e51dc33cffaceed3ac4b6afb15b91be1bc7 Mon Sep 17 00:00:00 2001 From: John McPherson Date: Mon, 1 Mar 2021 17:03:58 -0800 Subject: [PATCH] Continue pipeline if CG fails --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb9b44d0aa..4f4b0ac5eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -310,6 +310,7 @@ jobs: - task: ComponentGovernanceComponentDetection@0 displayName: Component Governance + continueOnError: true inputs: scanType: 'Register' verbosity: 'Verbose'