ecr_put_registry_scanning_configuration: Creates or updates the scanning configuration for your...

View source: R/ecr_operations.R

ecr_put_registry_scanning_configurationR Documentation

Creates or updates the scanning configuration for your private registry

Description

Creates or updates the scanning configuration for your private registry.

See https://www.paws-r-sdk.com/docs/ecr_put_registry_scanning_configuration/ for full documentation.

Usage

ecr_put_registry_scanning_configuration(scanType = NULL, rules = NULL)

Arguments

scanType

The scanning type to set for the registry.

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

When the ENHANCED scan type is set, Amazon Inspector provides automated vulnerability scanning. You may choose between continuous scanning or scan on push and you may specify filters to determine which individual repositories, or all repositories, are scanned.

rules

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.