From 54c993d02808f8bd7c433485286301a986b9645d Mon Sep 17 00:00:00 2001 From: Skylar Nam Date: Tue, 24 Feb 2026 15:47:24 -0800 Subject: [PATCH] Fix APIScan --- vsts-compliance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vsts-compliance.yml b/vsts-compliance.yml index 921b3d7..efbdc51 100644 --- a/vsts-compliance.yml +++ b/vsts-compliance.yml @@ -92,8 +92,10 @@ extends: softwareName: 'Microsoft.VSConfigFinder' softwareVersionNum: '1' toolVersion: Latest + azureSubscription: VSEng-APIScanSC env: - AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId) + AzureServicesAuthConnectionString: RunAs=App;AppId=$(ApiScanClientId);TenantId=72f988bf-86f1-41af-91ab-2d7cd011db47;ServiceConnectionId=93e24264-c5e6-4681-8175-ec8a41668480; + SYSTEM_ACCESSTOKEN: $(System.AccessToken) - task: PublishSecurityAnalysisLogs@3 displayName: Publish 'SDLAnalysis-APIScan' artifact