GrafeasV1FileLocation
import type { GrafeasV1FileLocation } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
Indicates the location at which a package was found.
§Properties
§
filePath?: string
[src]For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
§
layerDetails?: LayerDetails
[src]Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).