Skip to content

Commit 160b2be

Browse files
haruna99Haruna Ogweda
andauthored
update runtime release/8.0 branch to produce SBOM after signing artifacts (#113504)
Co-authored-by: Haruna Ogweda <[email protected]>
1 parent 9fe9492 commit 160b2be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/official/jobs/prepare-signed-artifacts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
- job: PrepareSignedArtifacts
99
displayName: Prepare Signed Artifacts
1010
dependsOn: ${{ parameters.dependsOn }}
11+
# Disable SBOM at job template level
12+
enableSbom: false
1113
pool:
1214
name: $(DncEngInternalBuildPool)
1315
demands: ImageOverride -equals 1es-windows-2022
@@ -64,6 +66,10 @@ jobs:
6466
/bl:$(Build.SourcesDirectory)\prepare-artifacts.binlog
6567
displayName: Prepare artifacts and upload to build
6668
69+
- template: /eng/common/templates-official/steps/generate-sbom.yml
70+
parameters:
71+
BuildDropPath: $(Build.SourcesDirectory)\artifacts
72+
6773
- task: CopyFiles@2
6874
displayName: Copy Files to $(Build.StagingDirectory)\BuildLogs
6975
inputs:

0 commit comments

Comments
 (0)