ecr_put_image_scanning_configuration: The PutImageScanningConfiguration API is being deprecated, in...

View source: R/ecr_operations.R

ecr_put_image_scanning_configurationR Documentation

The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level

Description

The put_image_scanning_configuration API is being deprecated, in favor of specifying the image scanning configuration at the registry level. For more information, see put_registry_scanning_configuration.

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

Usage

ecr_put_image_scanning_configuration(
  registryId = NULL,
  repositoryName,
  imageScanningConfiguration
)

Arguments

registryId

The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The name of the repository in which to update the image scanning configuration setting.

imageScanningConfiguration

[required] The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.


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