Skip to content

Commit 24ce7a6

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent c05edaf commit 24ce7a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pipelines/trigger.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ extends:
6262
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
6363
enabledOnNonDefaultBranches: true
6464
suppression:
65-
suppressionFile: $(Build.SourcesDirectory)\.config\.gdnsuppress
65+
suppressionFile: $(Build.SourcesDirectory)/.config/.gdnsuppress
6666
suppressionSet: default
67+
credscan:
68+
enabled: true
69+
suppressionsFileForArtifacts: $(Build.SourcesDirectory)/.config/credScanSuppressions.json
6770
stages:
6871
- template: /.pipelines/run-pipeline.yaml

0 commit comments

Comments
 (0)