Skip to content

Commit 5547d01

Browse files
committed
Add SBOM
1 parent ed0e4d6 commit 5547d01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci/releaseBuild.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ stages:
9898
**\*.psm1
9999
useMinimatch: true
100100

101+
- ${{ if ne(variables.SkipSigning, 'True') }}:
102+
- template: Sbom.yml@ComplianceRepo
103+
parameters:
104+
BuildDropPath: $(signOutPath)
105+
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
106+
PackageName: 'PowerShellGet'
107+
PackageVersion: '3.0.23-beta23'
108+
101109
# Register local folder as PSRepository
102110
# Then publish-module to that folder
103111
- pwsh: |

0 commit comments

Comments
 (0)