UNPKG

@cyclonedx/cdxgen

Version:

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

17 lines 517 B
export function getContainerRiskMetadata(name: any, linkedName: any): { attackTactics: any[]; attackTechniques: any[]; canonicalName: any; knowledgeSourceRefs: any[]; knowledgeSources: any[]; matchSource: string; offenseTools: any[]; riskTags: any[]; seccompBlockedSyscalls: any[]; seccompProfile: any; } | undefined; export function createContainerRiskProperties(name: any, linkedName: any): { name: string; value: any; }[]; //# sourceMappingURL=containerRisk.d.ts.map