Skip to content

Commit 9bb52af

Browse files
authored
Merge pull request #54 from alerickson/addSBOM
Add SBOM for PowerShellGet
2 parents ed0e4d6 + 07caf74 commit 9bb52af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ci/releaseBuild.yml

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

101+
- template: Sbom.yml@ComplianceRepo
102+
parameters:
103+
BuildDropPath: $(signOutPath)
104+
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
105+
PackageName: 'PowerShellGet'
106+
PackageVersion: '$(moduleVersion)'
107+
101108
# Register local folder as PSRepository
102109
# Then publish-module to that folder
103110
- pwsh: |

0 commit comments

Comments
 (0)