diff --git a/.gitignore b/.gitignore index 14b9915..5466faf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Filesystem +.DS_Store + # make target file types sbom-utility* /release diff --git a/config.json b/config.json index 985b209..1b84122 100644 --- a/config.json +++ b/config.json @@ -36,7 +36,7 @@ { "version": "SPDX-2.3", "variant": "development", - "name": "SPDX v2.3.1 (development)", + "name": "SPDX v2.3.1", "file": "schema/spdx/2.3.1/spdx-schema.json", "development": "https://github.com/spdx/spdx-spec/blob/development/v2.3.1/schemas/spdx-schema.json", "url": "https://raw.githubusercontent.com/spdx/spdx-spec/development/v2.3.1/schemas/spdx-schema.json", @@ -62,7 +62,7 @@ { "version": "1.2", "variant": "strict", - "name": "CycloneDX v1.2 (strict)", + "name": "CycloneDX v1.2", "file": "schema/cyclonedx/1.2/bom-1.2-strict.schema.json", "development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.2-strict.schema.json", "url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.2-strict.schema.json", @@ -80,7 +80,7 @@ { "version": "1.3", "variant": "strict", - "name": "CycloneDX v1.3 (strict)", + "name": "CycloneDX v1.3", "file": "schema/cyclonedx/1.3/bom-1.3-strict.schema.json", "development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.3-strict.schema.json", "url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.3-strict.schema.json", @@ -104,10 +104,19 @@ "url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.5.schema.json", "default": false }, + { + "version": "1.6", + "variant": "", + "name": "CycloneDX v1.6", + "file": "schema/cyclonedx/1.6/bom-1.6.schema.json", + "development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.6.schema.json", + "url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.6.schema.json", + "default": true + }, { "version": "1.3", "variant": "custom", - "name": "CycloneDX v1.3 (custom)", + "name": "CycloneDX v1.3", "file": "schema/test/bom-1.3-custom.schema.json", "development":"https://github.com/CycloneDX/sbom-utility/blob/main/resources/schema/test/bom-1.3-custom.schema.json", "url": "", @@ -116,7 +125,7 @@ { "version": "1.4", "variant": "custom", - "name": "CycloneDX v1.4 (custom)", + "name": "CycloneDX v1.4", "file": "schema/test/bom-1.4-custom.schema.json", "development":"https://github.com/CycloneDX/sbom-utility/blob/main/resources/schema/test/bom-1.4-custom.schema.json", "url": "",