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.3/services/inspector2.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.