ecr_put_registry_scanning_configuration {paws.compute} | R 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
When the |
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. |