Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit e1a4423

Browse files
committed
Add SBOM
1 parent f713a58 commit e1a4423

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

yaml/releaseBuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ stages:
9292
# https://github.com/isaacs/minimatch#features
9393
useMinimatch: false
9494

95+
- ${{ if ne(variables.SkipSigning, 'True') }}:
96+
- template: Sbom.yml@ComplianceRepo
97+
parameters:
98+
BuildDropPath: $(signOutputPath)
99+
Build_Repository_Uri: 'https://github.com/powershell/textutility'
100+
95101
- pwsh: |
96102
New-Item -Path $(Build.SourcesDirectory)/SignedZip -ItemType Directory -ErrorAction Ignore
97103
Compress-Archive -Path $(Build.SourcesDirectory)/Microsoft.PowerShell.TextUtility -DestinationPath $(Build.SourcesDirectory)/SignedZip/Microsoft.PowerShell.TextUtility.zip -Force

0 commit comments

Comments
 (0)