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

ScoreDetails

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

Information about the Amazon Inspector score given to a finding.

interface ScoreDetails {
cvss?: CvssScoreDetails | null;
}

§Properties

§
cvss?: CvssScoreDetails | null
[src]

An object that contains details about the CVSS score given to a finding.