Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ parameters:
jobs:
- job: "Build"
variables:
- template: ../variables/globals.yml
Comment thread
kurtzeborn marked this conversation as resolved.
Outdated
Codeql.Enabled: true
Codeql.BuildIdentifier: ${{ parameters.ServiceDirectory }}
Codeql.SkipTaskAutoInjection: false

pool:
name: azsdk-pool-mms-ubuntu-2004-general
Expand All @@ -51,8 +53,6 @@ jobs:
IncludeRelease: ${{ parameters.IncludeRelease }}

- job: "Analyze"
variables:
- template: ../variables/globals.yml

pool:
name: azsdk-pool-mms-ubuntu-2004-general
Expand Down
3 changes: 3 additions & 0 deletions eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ parameters:
type: object
default: []

variables:
- template: ../variables/globals.yml

stages:
- stage: Build
jobs:
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ variables:
coalesceResultFilter: $[ coalesce(variables['packageGlobFilter'], '**') ]
ServiceVersion: ""
Package.EnableSBOMSigning: true
# Disable CodeQL injections except for where we specifically enable it
Codeql.SkipTaskAutoInjection: true
# Disable warning until issue 21765 and 21766 are closed
DisableDockerDetector: true