Skip to content

Commit 19c1d70

Browse files
authored
Add Sbom to release package (#507)
1 parent d6c89a4 commit 19c1d70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/ci_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ stages:
240240
displayName: Copy already properly signed third party files
241241
condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), ne(variables['SkipSigning'], 'True'))
242242
243+
- ${{ if ne(variables.SkipSigning, 'True') }}:
244+
- template: Sbom.yml@ComplianceRepo
245+
parameters:
246+
BuildDropPath: $(signOutPath)
247+
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
248+
243249
- pwsh: |
244250
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
245251
$env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath

0 commit comments

Comments
 (0)