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

ComplianceVersion

import type { ComplianceVersion } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Describes the CIS benchmark version that is applicable to a given OS and os version.

interface ComplianceVersion {
benchmarkDocument?: string;
cpeUri?: string;
version?: string;
}

§Properties

§
benchmarkDocument?: string
[src]

The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".

§
cpeUri?: string
[src]

The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

§
version?: string
[src]

The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.