LayerDetails
import type { LayerDetails } from "https://googleapis.deno.dev/v1/ondemandscanning:v1.ts";
Details about the layer a package was found in.
interface LayerDetails {
baseImages?: BaseImage[];
chainId?: string;
command?: string;
diffId?: string;
index?: number;
}§Properties
§
chainId?: string
[src]The layer chain ID (sha256 hash) of the layer in the container image. https://github.com/opencontainers/image-spec/blob/main/config.md#layer-chainid