From 3cc312702642bcf880837fbf1b69d5384bf4082a Mon Sep 17 00:00:00 2001 From: Nisha Kumar Date: Mon, 5 Aug 2024 11:52:50 -0700 Subject: [PATCH] Fix rootElement and elements list Signed-off-by: Nisha Kumar --- software/example7/spdx3.0/example7-go-module.spdx.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/software/example7/spdx3.0/example7-go-module.spdx.jsonld b/software/example7/spdx3.0/example7-go-module.spdx.jsonld index f1c81bb..0e5d0b7 100644 --- a/software/example7/spdx3.0/example7-go-module.spdx.jsonld +++ b/software/example7/spdx3.0/example7-go-module.spdx.jsonld @@ -49,12 +49,12 @@ "creationInfo": "_:creationInfo", "comment": "The SBOM communicates that this document is an SBOM. The SBOM only has one element", "rootElement": [ - "urn:uuid:a9f18ff3-17fa-419d-8966-abe4b992312b" + "urn:uuid:e1877974-0aaa-48e6-931f-db4898c543f8" ], "element": [ "urn:uuid:cf7dddac-8ce5-4a16-8860-ee255be7b4c8", - "urn:uuid:a9f18ff3-17fa-419d-8966-abe4b992312b", - "urn:uuid:d8bfb4bd-f3b9-4d5e-b83d-dd48038ecfde" + "urn:uuid:d8bfb4bd-f3b9-4d5e-b83d-dd48038ecfde", + "urn:uuid:e1877974-0aaa-48e6-931f-db4898c543f8" ] }, {