Skip to content

Commit

Permalink
Migrate API Scan (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardenGnaw committed Mar 19, 2024
1 parent c43ed04 commit 135036d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion eng/pipelines/MIDebugEngine-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ stages:

- stage: CodeAnalysis
dependsOn: [CI]
variables:
- group: VSEng sponsored APIScan
jobs:
- template: ./jobs/MSHosted-Windows.job.yml
- template: ./jobs/VSEngSS-MicroBuild2022-1ES.job.yml
parameters:
DisplayName: 'CodeAnalysis'
JobTemplate:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/steps/APIScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ steps:
isLargeApp: false
continueOnError: true
env:
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(MIEngineApiScan)
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId)

0 comments on commit 135036d

Please sign in to comment.