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