View source: R/ecr_operations.R
ecr_describe_image_scan_findings | R Documentation |
Returns the scan findings for the specified image.
See https://www.paws-r-sdk.com/docs/ecr_describe_image_scan_findings/ for full documentation.
ecr_describe_image_scan_findings(
registryId = NULL,
repositoryName,
imageId,
nextToken = NULL,
maxResults = NULL
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.