UNPKG

snyk-docker-plugin

Version:
6 lines (5 loc) 335 B
import { IAptFiles } from "../../analyzer/types"; import { ExtractAction, ExtractedLayers } from "../../extractor/types"; export declare const getDpkgFileContentAction: ExtractAction; export declare const getExtFileContentAction: ExtractAction; export declare function getAptDbFileContent(extractedLayers: ExtractedLayers): IAptFiles;