From e52d00827445f23434ec8e4918e7b1e39a38e921 Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Fri, 8 Oct 2021 12:36:33 -0700 Subject: [PATCH] Add Sbom to release package --- .ci/ci_release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml index 457544d32..c6ec3dfaa 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -240,6 +240,12 @@ stages: displayName: Copy already properly signed third party files condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), ne(variables['SkipSigning'], 'True')) + - ${{ if ne(variables.SkipSigning, 'True') }}: + - template: Sbom.yml@ComplianceRepo + parameters: + BuildDropPath: $(signOutPath) + Build_Repository_Uri: 'https://github.com/powershell/powershellget' + - pwsh: | $modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules' $env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath