From 16b2b52ddbf50b06072b0f6340d988fc2cb19a32 Mon Sep 17 00:00:00 2001 From: ttstanley <62913657+ttstanley@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:41:11 -0700 Subject: [PATCH] Using shared client Id --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa86b548..6c53b499 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -209,7 +209,7 @@ extends: toolVersion: 'Latest' condition: and(succeeded(), eq(variables['RunApiScan'], 'true')) env: - AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(ApiScanSecret) + AzureServicesAuthConnectionString: RunAs=App;AppId=$(ApiScanClientId) - task: PublishSecurityAnalysisLogs@3 displayName: 'Publish Guardian Artifacts' inputs: