UNPKG

snyk-docker-plugin

Version:
10 lines (9 loc) 401 B
import { StaticAnalysis } from "../analyzer/types"; export declare function parseAnalysisResults(targetImage: any, analysis: StaticAnalysis): { imageId: string; platform: string | undefined; targetOS: import("../analyzer/types").OSRelease; type: any; depInfosList: import("../analyzer/types").AnalyzedPackage[] | import("../analyzer/types").Binary[]; imageLayers: string[]; };