github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/schema/cyclonedx/README.md (about) 1 # CycloneDX Schemas 2 3 `gosbom` generates a CycloneDX BOm output. We want to be able to validate the CycloneDX schemas 4 (and dependent schemas) against generated gosbom output. The best way to do this is with `xmllint`, 5 however, this tool does not know how to deal with references from HTTP, only the local filesystem. 6 For this reason we've included a copy of all schemas needed to validate `gosbom` output, modified 7 to reference local copies of dependent schemas.