Skip to content

Commit 10a24a4

Browse files
author
AWS
committed
Amazon EC2 Container Registry Update: This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database.
1 parent f0b9a4c commit 10a24a4

File tree

3 files changed

+398
-5
lines changed

3 files changed

+398
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EC2 Container Registry",
4+
"description": "This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database."
5+
}

services/ecr/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"pagination": {
3+
"DescribeImageScanFindings": {
4+
"input_token": "nextToken",
5+
"limit_key": "maxResults",
6+
"non_aggregate_keys": [
7+
"registryId",
8+
"repositoryName",
9+
"imageId",
10+
"imageScanStatus",
11+
"imageScanFindings"
12+
],
13+
"output_token": "nextToken",
14+
"result_key": "imageScanFindings.findings"
15+
},
316
"DescribeImages": {
417
"input_token": "nextToken",
518
"limit_key": "maxResults",
@@ -12,6 +25,19 @@
1225
"output_token": "nextToken",
1326
"result_key": "repositories"
1427
},
28+
"GetLifecyclePolicyPreview": {
29+
"input_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"non_aggregate_keys": [
32+
"registryId",
33+
"repositoryName",
34+
"lifecyclePolicyText",
35+
"status",
36+
"summary"
37+
],
38+
"output_token": "nextToken",
39+
"result_key": "previewResults"
40+
},
1541
"ListImages": {
1642
"input_token": "nextToken",
1743
"limit_key": "maxResults",

0 commit comments

Comments
 (0)