AWS Security ChangesHomeSearch

AWS eventbridge documentation change

Service: eventbridge · 2025-08-22 · Documentation low

File: eventbridge/latest/ref/events-ref-ecr.md

Summary

Added new ECR event types including Image Scan, Replication Action, and Referrer Action

Security assessment

Added documentation for 'ECR Image Scan' events which relate to container image vulnerability scanning - a security feature. However, there's no indication this addresses a specific security issue.

Diff

diff --git a/eventbridge/latest/ref/events-ref-ecr.md b/eventbridge/latest/ref/events-ref-ecr.md
index e5b7e32fc..b06d43c5f 100644
--- a//eventbridge/latest/ref/events-ref-ecr.md
+++ b//eventbridge/latest/ref/events-ref-ecr.md
@@ -14,0 +15,6 @@ Amazon ECR sends the following events directly to EventBridge:
+  * ECR Image Action
+
+  * ECR Image Scan
+
+  * ECR Replication Action
+
@@ -16,0 +23,2 @@ Amazon ECR sends the following events directly to EventBridge:
+  * ECR Referrer Action
+
@@ -43 +51 @@ To match against specific events, include a `detail-type` attribute specifying a
-      "detail-type": ["ECR Artifact Action"]
+      "detail-type": ["ECR Image Action"]