From f5d601491b54511c641428c7cc608faaab28d22e Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Thu, 5 May 2022 11:56:15 -0700 Subject: [PATCH] Disable Azure Artifact Docker Warnings (#24300) * disable docker warning until 24299 is complete Co-authored-by: Wes Haggard --- eng/pipelines/templates/variables/globals.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 29a5a8e49432..1bfb7d7d6077 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -3,3 +3,5 @@ variables: skipComponentGovernanceDetection: true AzureSDKCondaChannel: https://azuresdkconda.blob.core.windows.net/channel1/ Package.EnableSBOMSigning: true + # this will be disabled until issue#24299 is addressed. + DisableDockerDetector: true