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.
2 parents 05b6149 + 16b2b52 commit 4af79e4Copy full SHA for 4af79e4
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