Skip to content

Commit

Permalink
Pass existing credscan suppression file to SDL scan (#100976)
Browse files Browse the repository at this point in the history
Avoids duplicate findings in the Guardian tools.
  • Loading branch information
akoeplinger authored Apr 13, 2024
1 parent 4e702bc commit 8c5bc36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/pipelines/common/templates/template1es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ resources:
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
credscan:
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
pool:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
Expand All @@ -28,4 +31,4 @@ extends:
containers:
${{ parameters.containers }}

stages: ${{ parameters.stages }}
stages: ${{ parameters.stages }}

0 comments on commit 8c5bc36

Please sign in to comment.