@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
27 lines • 689 B
TypeScript
export declare const communityAiConfigParser: {
id: string;
patterns: string[];
parse(files: any, _options?: {}): {
components: {
"bom-ref": string;
name: any;
properties: {
name: string;
value: any;
}[];
type: string;
version: string | undefined;
}[];
services: {
"bom-ref": string;
group: any;
name: any;
properties: {
name: string;
value: any;
}[];
version: string;
}[];
};
};
//# sourceMappingURL=communityAiConfigParser.d.ts.map