From 6d18ef2462a0add8a4dc622ebaee64bdc83c9400 Mon Sep 17 00:00:00 2001 From: Olivier Gonzalez <ogonzalez@gitlab.com> Date: Fri, 4 Oct 2024 10:05:22 -0400 Subject: [PATCH] Update CycloneDX 1.5 json schema with upstream Changelog: fixed --- app/validators/json_schemas/cyclonedx/bom-1.5.schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/validators/json_schemas/cyclonedx/bom-1.5.schema.json b/app/validators/json_schemas/cyclonedx/bom-1.5.schema.json index 0909588898af..ef93ffd05116 100644 --- a/app/validators/json_schemas/cyclonedx/bom-1.5.schema.json +++ b/app/validators/json_schemas/cyclonedx/bom-1.5.schema.json @@ -6,8 +6,7 @@ "$comment": "CycloneDX JSON schema is published under the terms of the Apache License 2.0.", "required": [ "bomFormat", - "specVersion", - "version" + "specVersion" ], "additionalProperties": false, "properties": { -- GitLab