We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b36d79 commit 07fc836Copy full SHA for 07fc836
.pipelines/trigger.yaml
@@ -47,12 +47,13 @@ variables:
47
extends:
48
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
49
parameters:
50
- codeql:
51
- # Enables CodeQL on the main branch
52
- compiled:
53
- enabled: true
54
- # Enables CodeQL on PR branches
55
- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
56
- enabledOnNonDefaultBranches: true
+ sdl:
+ codeql:
+ # Enables CodeQL on the main branch
+ compiled:
+ enabled: true
+ # Enables CodeQL on PR branches
+ ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
57
+ enabledOnNonDefaultBranches: true
58
stages:
59
- template: /.pipelines/pipeline.yaml@azure-container-networking
0 commit comments