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

RegistryScanningRule

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

The details of a scanning rule for a private registry.

interface RegistryScanningRule {
repositoryFilters: ScanningRepositoryFilter[];
scanFrequency: ScanFrequency;
}

§Properties

§
repositoryFilters: ScanningRepositoryFilter[]
[src]

The repository filters associated with the scanning configuration for a private registry.

§
scanFrequency: ScanFrequency
[src]

The frequency that scans are performed at for a private registry. When the ENHANCED scan type is specified, the supported scan frequencies are CONTINUOUS_SCAN and SCAN_ON_PUSH. When the BASIC scan type is specified, the SCAN_ON_PUSH and MANUAL scan frequencies are supported.