Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Jan 30, 2024
1 parent 939afc5 commit 1ebf3b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .pipelines/oneBranch.ACNBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ trigger:
- master
variables:

WindowsContainerImage: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest # for Windows jobs
LinuxContainerImage: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0 # for Linux jobs
name: '$(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)'
resources:
repositories:
Expand All @@ -21,7 +19,7 @@ extends:
template: v2/OneBranch.Official.CrossPlat.yml@templates
parameters:
stages:
- template: pipeline.yml
- template: pipeline.yml # display Azure Container Network PR
globalSdl:
codeql: # https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/one-branch-codeql
compiled:
Expand All @@ -30,9 +28,3 @@ extends:
failOnAlert: false
tsa:
enabled: false
suppression:
suppressionFile: $(Build.SourcesDirectory)\.gdn\.gdnsuppress
suppressionSet: default
credscan:
enabled: true
suppressionsFileForArtifacts: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json

0 comments on commit 1ebf3b6

Please sign in to comment.