From 7cd5eebeb665abf9c340b06f427d1715dd86ac0e Mon Sep 17 00:00:00 2001 From: Octogonapus Date: Tue, 20 Feb 2024 10:28:15 -0500 Subject: [PATCH] Fix julia integ test --- .../testdata/julia-cyclonedx.json.golden | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/integration/testdata/julia-cyclonedx.json.golden b/integration/testdata/julia-cyclonedx.json.golden index 425a674eaed2..18a5d7f1ffcf 100644 --- a/integration/testdata/julia-cyclonedx.json.golden +++ b/integration/testdata/julia-cyclonedx.json.golden @@ -6,13 +6,16 @@ "version": 1, "metadata": { "timestamp": "2021-08-25T12:20:30+00:00", - "tools": [ - { - "vendor": "aquasecurity", - "name": "trivy", - "version": "dev" - } - ], + "tools": { + "components": [ + { + "type": "application", + "group": "aquasecurity", + "name": "trivy", + "version": "dev" + } + ] + }, "component": { "bom-ref": "3ff14136-e09f-4df9-80ea-000000000002", "type": "application",