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: