Skip to content

Commit

Permalink
- adds baseline for all checkout jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Feb 9, 2024
1 parent ad4ca0a commit 34a9c7d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ extends:
templateContext:
sdl:
baseline:
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/build_update_appsettings/.gdnbaselines
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnbaselines
suppression:
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/build_update_appsettings/.gdnsuppress
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnsuppress
steps:
- checkout: self
clean: true
Expand All @@ -113,6 +113,12 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
os: windows # needed for compliance tasks
image: windows-latest
templateContext:
sdl:
baseline:
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnbaselines
suppression:
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnsuppress
steps:
- checkout: self
clean: true
Expand Down Expand Up @@ -301,6 +307,12 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
os: ${{ distribution.os }}
image: ${{ distribution.image }}
templateContext:
sdl:
baseline:
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnbaselines
suppression:
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnsuppress

steps:
- checkout: self
Expand Down Expand Up @@ -473,6 +485,12 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
os: linux
image: ubuntu-latest
templateContext:
sdl:
baseline:
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnbaselines
suppression:
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnsuppress
steps:
- checkout: self
clean: true
Expand Down Expand Up @@ -525,6 +543,12 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
os: linux
image: ubuntu-latest
templateContext:
sdl:
baseline:
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnbaselines
suppression:
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnsuppress
variables:
- group: kiota-vscode-extension-publish
dependsOn:
Expand Down Expand Up @@ -563,6 +587,12 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
os: linux
image: ubuntu-latest
templateContext:
sdl:
baseline:
baselineFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnbaselines
suppression:
suppressionFile: $(Build.SourcesDirectory)/guardian/SDL/common/.gdnsuppress
dependsOn: []
environment: kiota-github-releases
strategy:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 34a9c7d

Please sign in to comment.