UNPKG

snyk-docker-plugin

Version:
5 lines (4 loc) 318 B
import { ExtractAction, ExtractedLayers } from "../../extractor/types"; import { ManifestFile } from "../../types"; export declare function generateExtractAction(globsInclude: string[], globsExclude: string[]): ExtractAction; export declare function getMatchingFiles(extractedLayers: ExtractedLayers): ManifestFile[];