ecr_describe_image_scan_findings {paws.compute} | R Documentation |
Returns the scan findings for the specified image
Description
Returns the scan findings for the specified image.
See https://www.paws-r-sdk.com/docs/ecr_describe_image_scan_findings/ for full documentation.
Usage
ecr_describe_image_scan_findings(
registryId = NULL,
repositoryName,
imageId,
nextToken = NULL,
maxResults = NULL
)
Arguments
registryId |
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed. |
repositoryName |
[required] The repository for the image for which to describe the scan findings. |
imageId |
[required] |
nextToken |
The |
maxResults |
The maximum number of image scan results returned by
|