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

ComplianceNote

import type { ComplianceNote } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface ComplianceNote {
cisBenchmark?: CisBenchmark;
description?: string;
impact?: string;
rationale?: string;
remediation?: string;
scanInstructions?: Uint8Array;
title?: string;
version?: ComplianceVersion[];
}

§Properties

§
cisBenchmark?: CisBenchmark
[src]
§
description?: string
[src]

A description about this compliance check.

§
impact?: string
[src]
§
rationale?: string
[src]

A rationale for the existence of this compliance check.

§
remediation?: string
[src]

A description of remediation steps if the compliance check fails.

§
scanInstructions?: Uint8Array
[src]

Serialized scan instructions with a predefined format.

§
title?: string
[src]

The title that identifies this compliance check.

§

The OS and config versions the benchmark applies to.