Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnculkin authored Feb 14, 2022
1 parent 429060b commit a8efeed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 602-Image-Scanning-In-ECR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ aws ecr batch-delete-image --repository-name aws-cookbook-repo \
```

### Delete the repository:
`aws ecr delete-repository --repository-name aws-cookbook-repo`
```
aws ecr delete-repository --repository-name aws-cookbook-repo
```

## Discussion
The [Common Vulnerabilities and Exposures (CVEs)](https://cve.mitre.org/) database from the open source [Clair project](https://github.com/quay/clair) is used by Amazon ECR for [vulnerability scanning](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html). You are provided a Common Vulnerability Scoring System (CVSS) score to indicate the severity of any detected vulnerabilities. This helps you detect and remediate vulnerabilities in your container image. You can configure alerts for newly discovered vulnerabilities in images by using Amazon EventBridge and Amazon Simple Notification Service (Amazon SNS).
Expand Down

0 comments on commit a8efeed

Please sign in to comment.