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

AwsEcrRepositoryImageScanningConfigurationDetails

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

The image scanning configuration for a repository.

interface AwsEcrRepositoryImageScanningConfigurationDetails {
ScanOnPush?: boolean | null;
}

§Properties

§
ScanOnPush?: boolean | null
[src]

Whether to scan images after they are pushed to a repository.