UNPKG

snyk-docker-plugin

Version:
6 lines (5 loc) 288 B
import { AppDepsScanResultWithoutTarget, FilePathToContent } from "../types"; /** * Creates a dep graph for every requirements.txt file that was found */ export declare function pipFilesToScannedProjects(filePathToContent: FilePathToContent): Promise<AppDepsScanResultWithoutTarget[]>;