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

CisBenchmark

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

A compliance check that is a CIS benchmark.

interface CisBenchmark {
profileLevel?: number;
severity?:
| "SEVERITY_UNSPECIFIED"
| "MINIMAL"
| "LOW"
| "MEDIUM"
| "HIGH"
| "CRITICAL";
}

§Properties

§
profileLevel?: number
[src]
§
severity?: "SEVERITY_UNSPECIFIED" | "MINIMAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL"
[src]