UNPKG

@cyclonedx/cdxgen

Version:

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

13 lines 590 B
export declare function isGolemGoLanguage(language: any): boolean; export declare function readGolemJsonFile(jsonFile: any): any; export declare function runGolemAnalysis(src: any, outputFile: any, options?: {}): boolean; export declare function analyzeGolemProject(src: any, options?: {}): any; export declare function collectGolemEvidence(golemReport?: {}, components?: any[]): { componentPropertiesMap: {}; cryptoComponents: any[]; cryptoGeneratePurls: {}; dataFlowFrames: {}; metadataProperties: any[]; purlLocationMap: {}; }; //# sourceMappingURL=golem.d.ts.map