Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GrafeasV1FileLocation

import type { GrafeasV1FileLocation } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Indicates the location at which a package was found.

interface GrafeasV1FileLocation {
filePath?: string;
layerDetails?: LayerDetails;
}

§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).