aws-sdk-ecr 1.95.0 → 1.96.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +13 -9
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0145dba4e29a6bcc4a0d1d64e4edd7a48f18b36f36325d765aa66bd6908f0348
|
4
|
+
data.tar.gz: 83cb8a268642991067440c2686a30d0bf5cb5ee9ded5056f7cfa979beb0f3ba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c44358c984da69853d41dd5ec122bc4bcbf7dde2a7741a8e0f7d19981015a9373cd52d77070f083b243c69d90d406ddc1c3cae5e468a1e4428b454a742aea1a
|
7
|
+
data.tar.gz: 7780182fafbe1ff67a5845d4b6a78903440eca217979eb82514c336f8df4604a0e1c8dc51f9c559a32077fb470177d79232e2ebb61adb2a0766952ea7e113344
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.96.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
@@ -1606,7 +1606,7 @@ module Aws::ECR
|
|
1606
1606
|
# resp.repository_name #=> String
|
1607
1607
|
# resp.image_id.image_digest #=> String
|
1608
1608
|
# resp.image_id.image_tag #=> String
|
1609
|
-
# resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE"
|
1609
|
+
# resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE", "LIMIT_EXCEEDED"
|
1610
1610
|
# resp.image_scan_status.description #=> String
|
1611
1611
|
# resp.image_scan_findings.image_scan_completed_at #=> Time
|
1612
1612
|
# resp.image_scan_findings.vulnerability_source_updated_at #=> Time
|
@@ -1777,7 +1777,7 @@ module Aws::ECR
|
|
1777
1777
|
# resp.image_details[0].image_tags[0] #=> String
|
1778
1778
|
# resp.image_details[0].image_size_in_bytes #=> Integer
|
1779
1779
|
# resp.image_details[0].image_pushed_at #=> Time
|
1780
|
-
# resp.image_details[0].image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE"
|
1780
|
+
# resp.image_details[0].image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE", "LIMIT_EXCEEDED"
|
1781
1781
|
# resp.image_details[0].image_scan_status.description #=> String
|
1782
1782
|
# resp.image_details[0].image_scan_findings_summary.image_scan_completed_at #=> Time
|
1783
1783
|
# resp.image_details[0].image_scan_findings_summary.vulnerability_source_updated_at #=> Time
|
@@ -3193,14 +3193,18 @@ module Aws::ECR
|
|
3193
3193
|
req.send_request(options)
|
3194
3194
|
end
|
3195
3195
|
|
3196
|
-
# Starts
|
3197
|
-
# once per 24 hours on an individual image. This limit includes if an
|
3198
|
-
# image was scanned on initial push. For more information, see [Image
|
3199
|
-
# scanning][1] in the *Amazon Elastic Container Registry User Guide*.
|
3196
|
+
# Starts a basic image vulnerability scan.
|
3200
3197
|
#
|
3198
|
+
# A basic image scan can only be started once per 24 hours on an
|
3199
|
+
# individual image. This limit includes if an image was scanned on
|
3200
|
+
# initial push. You can start up to 100,000 basic scans per 24 hours.
|
3201
|
+
# This limit includes both scans on initial push and scans initiated by
|
3202
|
+
# the StartImageScan API. For more information, see [Basic scanning][1]
|
3203
|
+
# in the *Amazon Elastic Container Registry User Guide*.
|
3201
3204
|
#
|
3202
3205
|
#
|
3203
|
-
#
|
3206
|
+
#
|
3207
|
+
# [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html
|
3204
3208
|
#
|
3205
3209
|
# @option params [String] :registry_id
|
3206
3210
|
# The Amazon Web Services account ID associated with the registry that
|
@@ -3238,7 +3242,7 @@ module Aws::ECR
|
|
3238
3242
|
# resp.repository_name #=> String
|
3239
3243
|
# resp.image_id.image_digest #=> String
|
3240
3244
|
# resp.image_id.image_tag #=> String
|
3241
|
-
# resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE"
|
3245
|
+
# resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE", "LIMIT_EXCEEDED"
|
3242
3246
|
# resp.image_scan_status.description #=> String
|
3243
3247
|
#
|
3244
3248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartImageScan AWS API Documentation
|
@@ -3700,7 +3704,7 @@ module Aws::ECR
|
|
3700
3704
|
tracer: tracer
|
3701
3705
|
)
|
3702
3706
|
context[:gem_name] = 'aws-sdk-ecr'
|
3703
|
-
context[:gem_version] = '1.
|
3707
|
+
context[:gem_version] = '1.96.0'
|
3704
3708
|
Seahorse::Client::Request.new(handlers, context)
|
3705
3709
|
end
|
3706
3710
|
|
data/lib/aws-sdk-ecr.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -579,7 +579,7 @@ module Aws::ECR
|
|
579
579
|
end
|
580
580
|
|
581
581
|
class ImageScanStatus
|
582
|
-
attr_accessor status: ("IN_PROGRESS" | "COMPLETE" | "FAILED" | "UNSUPPORTED_IMAGE" | "ACTIVE" | "PENDING" | "SCAN_ELIGIBILITY_EXPIRED" | "FINDINGS_UNAVAILABLE")
|
582
|
+
attr_accessor status: ("IN_PROGRESS" | "COMPLETE" | "FAILED" | "UNSUPPORTED_IMAGE" | "ACTIVE" | "PENDING" | "SCAN_ELIGIBILITY_EXPIRED" | "FINDINGS_UNAVAILABLE" | "LIMIT_EXCEEDED")
|
583
583
|
attr_accessor description: ::String
|
584
584
|
SENSITIVE: []
|
585
585
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.96.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|