UNPKG

@cyclonedx/cdxgen

Version:

Creates CycloneDX Software Bill of Materials (SBOM) from source or container image

9 lines (6 loc) 195 B
import { assert, it } from "poku"; import { collectOSCryptoLibs } from "./cbomutils.js"; it("cbom utils tests", () => { const cryptoLibs = collectOSCryptoLibs(); assert.ok(cryptoLibs); });