Skip to content

Commit

Permalink
Merged PR 5180653: pipelines: Add scheduled SDL compliance runs
Browse files Browse the repository at this point in the history
pipelines: Add scheduled SDL compliance runs

Signed-off-by: Maksim An <[email protected]>
  • Loading branch information
anmaxvl committed Oct 8, 2021
2 parents 81658d8 + abcfada commit 43c8121
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .pipelines/OneBranch.SDL.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
schedules:
- cron: "0 2 * * 6" # run 7PM PST Fri.
displayName: Weekly SDL Compliance
branches:
include:
- master
always: true

variables:
WindowsContainerImage: cdpxwin1809.azurecr.io/global/vse2019:latest
LGTM.UploadSnapshot: true

resources:
repositories:
- repository: ob-templates
type: git
name: OneBranch.Pipelines/GovernedTemplates
ref: refs/heads/master
- repository: cplat
type: git
name: ContainerPlatform/ContainerPlatform
ref: refs/heads/master


extends:
template: v2/OneBranch.NonOfficial.CrossPlat.yml@ob-templates
parameters:
globalSdl:
suppression:
suppressionFile: $(Build.SourcesDirectory)\.config\.gdnsuppress
suppressionSet: default
stages:
- template: .pipelines/templates/build/additional-sdl.yml@cplat

0 comments on commit 43c8121

Please sign in to comment.