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

Recommendation

import type { Recommendation } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

Details about the recommended course of action to remediate the finding.

interface Recommendation {
text?: string | null;
url?: string | null;
}

§Properties

§
text?: string | null
[src]

The recommended course of action to remediate the finding.

§
url?: string | null
[src]

The URL address to the CVE remediation recommendations.