Skip to content

Commit bc33875

Browse files
AidanDelaneysambhav
andcommitted
Update CycloneDX version in SBOM
Co-authored-by: Sambhav Kothari <[email protected]> Signed-off-by: Aidan Delaney <[email protected]>
1 parent 2e47674 commit bc33875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -67,7 +67,7 @@ Then, in our buildpack implemetnation we will generate the necessary BOM metadat
6767
cat >> "$layersdir/ruby.sbom.cdx.json" << EOL
6868
{
6969
"bomFormat": "CycloneDX",
70-
"specVersion": "1.3",
70+
"specVersion": "1.4",
7171
"version": 1,
7272
"components": [
7373
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Then, in our buildpack implemetnation we will generate the necessary BOM metadat
6363
cat >> "$layersdir/ruby.sbom.cdx.json" << EOL
6464
{
6565
"bomFormat": "CycloneDX",
66-
"specVersion": "1.3",
66+
"specVersion": "1.4",
6767
"version": 1,
6868
"components": [
6969
{

0 commit comments

Comments
 (0)