ecr_start_image_scan: Starts an image vulnerability scan

View source: R/ecr_operations.R

ecr_start_image_scanR Documentation

Starts an image vulnerability scan

Description

Starts an image vulnerability scan. An image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. For more information, see Image scanning in the Amazon Elastic Container Registry User Guide.

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

Usage

ecr_start_image_scan(registryId = NULL, repositoryName, imageId)

Arguments

registryId

The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The name of the repository that contains the images to scan.

imageId

[required]


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