Skip to content

Commit 08693a7

Browse files
committed
Add SBOM template (#3828)
1 parent 8e5f6b2 commit 08693a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ steps:
2626

2727
- checkout: self
2828

29+
- template: Sbom.yml@ComplianceRepo
30+
parameters:
31+
BuildDropPath: $(Pipeline.Workspace)/signed
32+
Build_Repository_Uri: https://github.com/PowerShell/vscode-powershell.git
33+
packageName: vscode-powershell
34+
packageVersion: $(System.JobId)
35+
sourceScanPath: $(Build.SourcesDirectory)/vscode-powershell
36+
2937
- template: script-module-compliance.yml@ComplianceRepo
3038
parameters:
3139
# component-governance

0 commit comments

Comments
 (0)