Skip to content

Commit 991cad5

Browse files
authored
Add credscan suppressions file to common path for publish daily feed (Azure#39283)
1 parent ed1b10b commit 991cad5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

eng/pipelines/templates/stages/archetype-java-release-batch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ stages:
434434
Commitish: $(Build.SourceVersion)
435435
WorkingDirectory: $(Pipeline.Workspace)/azure-sdk-for-java
436436

437+
- template: /eng/pipelines/templates/steps/download-credscan-suppressions.yml
438+
437439
- download: current
438440
displayName: 'Download Artifact: ${{parameters.ArtifactName}}-signed'
439441
artifact: ${{parameters.ArtifactName}}-signed

eng/pipelines/templates/stages/archetype-java-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@ stages:
406406
Commitish: $(Build.SourceVersion)
407407
WorkingDirectory: $(Pipeline.Workspace)/azure-sdk-for-java
408408

409+
- template: /eng/pipelines/templates/steps/download-credscan-suppressions.yml
410+
409411
- download: current
410412
displayName: 'Download Artifact: ${{parameters.ArtifactName}}-signed'
411413
artifact: ${{parameters.ArtifactName}}-signed

0 commit comments

Comments
 (0)