@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
14 lines • 503 B
TypeScript
/**
* cdx-validate CLI — structural, deep, and compliance validation for
* CycloneDX SBOMs.
*
* Exit codes:
* 0 — all checks pass (or no findings >= --fail-severity).
* 1 — configuration error (bad input, missing file, unknown reporter).
* 2 — schema validation failed (in --strict mode).
* 3 — compliance findings at or above --fail-severity.
* 4 — signature verification was requested and failed.
*/
export {};
//# sourceMappingURL=validate.d.ts.map