From f60fda719d723a1a766b821a082779593c4a6f7d Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 8 Jun 2022 13:39:26 -0700 Subject: [PATCH] Add SBOM for mariner --- tools/releaseBuild/azureDevOps/templates/linux.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/releaseBuild/azureDevOps/templates/linux.yml b/tools/releaseBuild/azureDevOps/templates/linux.yml index 92224a74d0410..4afcde82a1af4 100644 --- a/tools/releaseBuild/azureDevOps/templates/linux.yml +++ b/tools/releaseBuild/azureDevOps/templates/linux.yml @@ -84,6 +84,16 @@ jobs: PackageVersion: $(Version) sourceScanPath: '$(PowerShellRoot)/tools' + - ${{ if eq(variables.build,'deb') }} : + - template: Sbom.yml@ComplianceRepo + parameters: + BuildDropPath: '$(System.ArtifactsDirectory)/pwshMarinerBuildAmd64' + Build_Repository_Uri: $(Github_Build_Repository_Uri) + displayName: Mariner SBOM + PackageName: PowerShell Linux Framework Dependent + PackageVersion: $(Version) + sourceScanPath: '$(PowerShellRoot)/tools' + - ${{ if eq(variables.build,'deb') }} : - template: Sbom.yml@ComplianceRepo parameters: