From e5569f057f99cce5a24b5fb07b5461be7a1199ed Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Fri, 8 Oct 2021 12:29:11 -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 adc91c3..923c9fc 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -109,6 +109,12 @@ stages: **\*.psm1 useMinimatch: true + - ${{ if ne(variables.SkipSigning, 'True') }}: + - template: Sbom.yml@ComplianceRepo + parameters: + BuildDropPath: $(signOutPath) + Build_Repository_Uri: 'https://github.com/powershell/secretstore' + - pwsh: | $modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules' $env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath