We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b6149 commit 16b2b52Copy full SHA for 16b2b52
azure-pipelines.yml
@@ -209,7 +209,7 @@ extends:
209
toolVersion: 'Latest'
210
condition: and(succeeded(), eq(variables['RunApiScan'], 'true'))
211
env:
212
- AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(ApiScanSecret)
+ AzureServicesAuthConnectionString: RunAs=App;AppId=$(ApiScanClientId)
213
- task: PublishSecurityAnalysisLogs@3
214
displayName: 'Publish Guardian Artifacts'
215
inputs:
0 commit comments