File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 2121 - serviceConnection : $(ACR_SERVICECONNECTION)
2222
2323 steps :
24+ - checkout : self
25+
2426 - task : GoTool@0
2527 inputs :
2628 version : $(GO_VERSION)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments