cyclonedx-node-yarn
cyclonedx-node-yarn copied to clipboard
feat: validate SBOM result
validate SBOM result.
shoudl be able to disable vi CLI option --no-validate. (enable via --validate)
currently not possible due to technocal limitations -- see #52
#52 proved, that this feature is not that easy: XML validation requires gyp - which is not bundle-able as a plugin ... and then the schema files are not resolvable by bundlers ... so again we cannot have this feature hre ...
even though the validation is not possible in the yarn plugin itself,
it might be possible for the CLI wrapper that is issued by yarn dlx?