docs(supply-chain): guide suppliers to automated requirement validation#265
Merged
Merged
Conversation
The checklist page offered only the CycloneDX Validator, which performs schema validation — a file can pass it while still missing the required fields, PURLs, and transitive dependencies that get a submission rejected, and suppliers were left checking those by hand with jq. Restructure the validation-tool section (ko/en): - Add BomLens automated validation (v1.8.0+) as the recommended path: the analyze command, the conformance-report checks mapped to checklist items 2-4, and the fact that a fail lists the offending components. The web UI upload path is mentioned as an equivalent. - Keep the CycloneDX Validator with its scope stated: schema/format checks (checklist item 1) only, no SPDX support, and passing it does not mean the submission requirements are met. - Point to the tools from the checklist intro and from the requirements page's related-documents link.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The pre-submission checklist page offered only the CycloneDX Validator as a validation tool. That tool performs schema validation — a file can pass it while still missing the required fields, PURLs, and transitive dependencies that get a submission rejected — so suppliers were left verifying those items by hand with jq.
Changes (ko/en mirrored)
--analyzecommand a supplier runs on their SBOM before submitting, a table mapping the conformance-report checks to checklist items 2–4 (spec version range, required metadata, name/version, dependency completeness, PURL coverage/format/no-generic), and a note that a fail lists the offending components. The web UI upload path is mentioned as an equivalent.Verification