Skip to content

Commit c3938c1

Browse files
committed
Add SBOM template
1 parent d9e6fb5 commit c3938c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vsts-ci/templates/release-general.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ steps:
1111

1212
- checkout: ComplianceRepo
1313

14+
- template: Sbom.yml@ComplianceRepo
15+
parameters:
16+
BuildDropPath: $(Pipeline.Workspace)/Unsigned
17+
Build_Repository_Uri: https://github.com/PowerShell/PowerShellEditorServices.git
18+
packageName: PowerShellEditorServices
19+
packageVersion: $(System.JobId)
20+
1421
# NOTE: The signing templates explicitly copy everything along as they run, so
1522
# the last output path has every signed (and intentionally unsigned) file.
1623
- template: EsrpSign.yml@ComplianceRepo

0 commit comments

Comments
 (0)