Skip to content

Commit 146c7b6

Browse files
committed
Add SBOM template
1 parent d9e6fb5 commit 146c7b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ steps:
1717
filePath: tools/azurePipelinesBuild.ps1
1818
pwsh: ${{ parameters.pwsh }}
1919

20+
- template: Sbom.yml@ComplianceRepo
21+
parameters:
22+
BuildDropPath: module
23+
Build_Repository_Uri: https://github.com/PowerShell/PowerShellEditorServices.git
24+
packageName: PowerShellEditorServices
25+
packageVersion: $(System.JobId)
26+
2027
# NOTE: We zip the artifacts because they're ~20 MB compressed, but ~300 MB raw,
2128
# and we have limited pipeline artifact storage space.
2229
- task: ArchiveFiles@2

0 commit comments

Comments
 (0)