UNPKG

snyk-docker-plugin

Version:
7 lines (6 loc) 404 B
import { DockerFileAnalysis } from "./dockerfile/types"; import { ImageType, PluginOptions, PluginResponse } from "./types"; export declare function analyzeStatically(targetImage: string, dockerfileAnalysis: DockerFileAnalysis | undefined, imageType: ImageType, imagePath: string, globsToFind: { include: string[]; exclude: string[]; }, options: Partial<PluginOptions>): Promise<PluginResponse>;