Skip to content

Commit c24bb2d

Browse files
author
AWS
committed
Amazon Elastic Container Registry Update: Adds support to handle the new basic scanning daily quota.
1 parent b273674 commit c24bb2d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Container Registry",
4+
"contributor": "",
5+
"description": "Adds support to handle the new basic scanning daily quota."
6+
}

services/ecr/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
{"shape":"ImageNotFoundException"},
704704
{"shape":"ValidationException"}
705705
],
706-
"documentation":"<p>Starts an image vulnerability scan. An image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html\">Image scanning</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
706+
"documentation":"<p>Starts a basic image vulnerability scan.</p> <p> A basic image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push and scans initiated by the StartImageScan API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html\">Basic scanning</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
707707
},
708708
"StartLifecyclePolicyPreview":{
709709
"name":"StartLifecyclePolicyPreview",
@@ -3836,7 +3836,8 @@
38363836
"ACTIVE",
38373837
"PENDING",
38383838
"SCAN_ELIGIBILITY_EXPIRED",
3839-
"FINDINGS_UNAVAILABLE"
3839+
"FINDINGS_UNAVAILABLE",
3840+
"LIMIT_EXCEEDED"
38403841
]
38413842
},
38423843
"ScanStatusDescription":{"type":"string"},

0 commit comments

Comments
 (0)