Skip to content

Commit

Permalink
Update .vsts-compliance.yml to use managed identity (#311)
Browse files Browse the repository at this point in the history
* Update .vsts-compliance.yml

* Delete apiscan secret variable group ref
  • Loading branch information
jlee671 authored May 6, 2024
1 parent 613d3ac commit 9fd6f2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vsts-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pr: none

variables:
- group: vssetup-apiscan
- group: vssetup-apiscan-secrets

resources:
repositories:
Expand Down Expand Up @@ -92,7 +91,7 @@ extends:
softwareVersionNum: '3'
toolVersion: Latest
env:
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(SetupAppApiScanSecret)
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId)

- task: PublishSecurityAnalysisLogs@3
displayName: Publish 'SDLAnalysis-APIScan' artifact
Expand All @@ -116,4 +115,4 @@ extends:
GdnPublishTsaExportedResultsPublishable: true
continueOnError: true
condition: succeededOrFailed()
enabled: true
enabled: true

0 comments on commit 9fd6f2c

Please sign in to comment.