@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
12 lines • 480 B
TypeScript
export function isMergedHostViewBom(bomJson: any): any;
export function getHostViewSummary(bomJson: any): {
linkedHardwareComponentCount: number;
linkedRuntimeCategories: any;
mode: any;
runtimeAnchorCount: number;
runtimeComponentCount: number;
topologyLinkCount: number;
};
export function applyHostInventoryTopology(bomJson: any): any;
export function mergeHostInventoryBoms(hbomJson: any, obomData: any): any;
//# sourceMappingURL=hostTopology.d.ts.map