Skip to content

Commit 97130bf

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent d43a0a7 commit 97130bf

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- serviceConnection: $(ACR_SERVICECONNECTION)
2222

2323
steps:
24+
- checkout: self
25+
2426
- task: GoTool@0
2527
inputs:
2628
version: $(GO_VERSION)

.pipelines/run-pipeline.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ stages:
5656
find . -name '*.zip' -print -exec mv -t ./bins/ {} +
5757
shopt -s extglob
5858
rm -rf !("bins")
59-
name: "PrepareArtifacts"
6059
displayName: "Prepare Artifacts"
6160
6261
- task: CopyFiles@2

.pipelines/trigger.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ extends:
4545
name: $(BUILD_POOL_NAME_DEFAULT)
4646
os: linux
4747
image: acn-runner-vmss-image-1es-v3.0
48-
#authenticatedContainerRegistries:
49-
#- registry: onebranch.azurecr.io
50-
#tenant: AME
51-
#identity: 1ESPipelineIdentity
5248
sdl:
5349
sourceAnalysisPool:
5450
name: $(BUILD_POOL_NAME_DEFAULT_WINDOWS)
@@ -61,18 +57,15 @@ extends:
6157
suppression:
6258
suppressionFile: $(Build.SourcesDirectory)\.config\.gdnsuppress
6359
suppressionSet: default
60+
credscan:
61+
enabled: true
62+
suppressionsFileForArtifacts: $(Build.SourcesDirectory)/.config/credScanSuppressions.json
6463
codeql:
6564
# Enables CodeQL on the main branch
6665
compiled:
6766
enabled: true
6867
# Enables CodeQL on PR branches
6968
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
7069
enabledOnNonDefaultBranches: true
71-
suppression:
72-
suppressionFile: $(Build.SourcesDirectory)/.config/.gdnsuppress
73-
suppressionSet: default
74-
credscan:
75-
enabled: true
76-
suppressionsFileForArtifacts: $(Build.SourcesDirectory)/.config/credScanSuppressions.json
7770
stages:
7871
- template: /.pipelines/run-pipeline.yaml

0 commit comments

Comments
 (0)