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

PutRegistryScanningConfigurationRequest

import type { PutRegistryScanningConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface PutRegistryScanningConfigurationRequest {
rules?: RegistryScanningRule[] | null;
scanType?: ScanType | null;
}

§Properties

§
rules?: RegistryScanningRule[] | null
[src]

The scanning rules to use for the registry. A scanning rule is used to determine which repository filters are used and at what frequency scanning will occur.

§
scanType?: ScanType | null
[src]

The scanning type to set for the registry.

By default, the BASIC scan type is used. When basic scanning is set, you may specify filters to determine which individual repositories, or all repositories, are scanned when new images are pushed. Alternatively, you can do manual scans of images with basic scanning.

When the ENHANCED scan type is set, Amazon Inspector provides automated, continuous scanning of all repositories in your registry.