View source: R/ecr_operations.R
ecr_put_registry_scanning_configuration | R Documentation |
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.
ecr_put_registry_scanning_configuration(scanType = NULL, rules = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.