From 07c52691bb5a7ac58d81f7833962d5077bae14bf Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Tue, 10 Mar 2026 17:33:28 -0700 Subject: [PATCH] Disable kusto ingestion in dotnet-docker pipelines --- eng/docker-tools/templates/variables/common.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/eng/docker-tools/templates/variables/common.yml b/eng/docker-tools/templates/variables/common.yml index 5cdd124e15..5eba63719b 100644 --- a/eng/docker-tools/templates/variables/common.yml +++ b/eng/docker-tools/templates/variables/common.yml @@ -6,8 +6,6 @@ variables: value: true - name: publishImageInfo value: true -- name: ingestKustoImageInfo - value: true # CG is disabled by default because projects are built within Dockerfiles and CG step do not scan artifacts # that are built within Dockerfiles. A separate CG pipeline exists for this reason. - name: skipComponentGovernanceDetection