We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc944 commit 878b670Copy full SHA for 878b670
.vsts-ci/releaseBuild.yml
@@ -6,6 +6,7 @@ variables:
6
DOTNET_CLI_TELEMETRY_OPTOUT: 1
7
POWERSHELL_TELEMETRY_OPTOUT: 1
8
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
9
+ SBOMGenerator_Formats: 'spdx:2.2'
10
11
resources:
12
repositories:
@@ -106,6 +107,13 @@ stages:
106
107
}
108
displayName: 'Verify the signed files'
109
110
+ # Generate a Software Bill of Materials (SBOM)
111
+ - template: Sbom.yml@ComplianceRepo
112
+ parameters:
113
+ BuildDropPath: '$(PSReadLine)'
114
+ Build_Repository_Uri: 'https://github.com/PowerShell/PSReadLine.git'
115
+ displayName: Generate SBOM
116
+
117
- pwsh: |
118
try {
119
$RepoName = "PSRLLocal"
0 commit comments