Skip to content

Commit

Permalink
Use globals.yml in analyze job
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Dec 14, 2023
1 parent 6a62adc commit d0a151a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,13 @@ stages:
- job: Analyze
displayName: Analyze
variables:
Codeql.Enabled: true
Codeql.BuildIdentifier: ${{ parameters.ServiceDirectory }}
Codeql.SkipTaskAutoInjection: false
skipComponentGovernanceDetection: true
- template: /eng/pipelines/templates/variables/globals.yml
- name: Codeql.Enabled
value: true
- name: Codeql.BuildIdentifier
value: ${{ parameters.ServiceDirectory }}
- name: Codeql.SkipTaskAutoInjection
value: false
pool:
name: azsdk-pool-mms-ubuntu-2004-general

Expand Down

0 comments on commit d0a151a

Please sign in to comment.