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

ImageScanFinding

import type { ImageScanFinding } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/ecr.ts";
interface ImageScanFinding {
attributes?: Attribute[] | null;
description?: string | null;
name?: string | null;
severity?: FindingSeverity | null;
uri?: string | null;
}

§Properties

§
attributes?: Attribute[] | null
[src]
§
description?: string | null
[src]
§
name?: string | null
[src]
§
severity?: FindingSeverity | null
[src]
§
uri?: string | null
[src]