Skip to content

Commit 07fc836

Browse files
author
Sheyla Trudo
committed
fixup! Template
1 parent 1b36d79 commit 07fc836

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pipelines/trigger.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ variables:
4747
extends:
4848
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
4949
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
50+
sdl:
51+
codeql:
52+
# Enables CodeQL on the main branch
53+
compiled:
54+
enabled: true
55+
# Enables CodeQL on PR branches
56+
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
57+
enabledOnNonDefaultBranches: true
5758
stages:
5859
- template: /.pipelines/pipeline.yaml@azure-container-networking

0 commit comments

Comments
 (0)