Skip to content

Commit 4a24d5e

Browse files
AidanDelaneysambhav
andcommitted
Apply suggestions from code review
Co-authored-by: Sambhav Kothari <[email protected]> Signed-off-by: Aidan Delaney <[email protected]>
1 parent b7394e0 commit 4a24d5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You should find that the included `ruby` version is `2.5.0` as expected.
245245
```text
246246
{
247247
"bomFormat": "CycloneDX",
248-
"specVersion": "1.3",
248+
"specVersion": "1.4",
249249
"version": 1,
250250
"components": [
251251
{

katacoda/scenarios/buildpack-author-guide/adding-bill-of-materials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ crubybom="${layersdir}/ruby.sbom.cdx.json"
8383
cat >> ${rubybom} << EOL
8484
{
8585
"bomFormat": "CycloneDX",
86-
"specVersion": "1.3",
86+
"specVersion": "1.4",
8787
"version": 1,
8888
"components": [
8989
{
@@ -188,7 +188,7 @@ rubybom="${layersdir}/ruby.sbom.cdx.json"
188188
cat >> ${rubybom} << EOL
189189
{
190190
"bomFormat": "CycloneDX",
191-
"specVersion": "1.3",
191+
"specVersion": "1.4",
192192
"version": 1,
193193
"components": [
194194
{

0 commit comments

Comments
 (0)