AWS Security ChangesHomeSearch

AWS codepipeline documentation change

Service: codepipeline · 2025-05-25 · Documentation low

File: codepipeline/latest/userguide/pipelines-trigger-source-repo-changes-console.md

Summary

Modified source override configuration structure and parameters, removed branchName reference

Security assessment

The changes appear to be structural/formatting adjustments to JSON configuration examples without explicit security context or vulnerability references.

Diff

diff --git a/codepipeline/latest/userguide/pipelines-trigger-source-repo-changes-console.md b/codepipeline/latest/userguide/pipelines-trigger-source-repo-changes-console.md
index e4145ad6e..c9746132b 100644
--- a//codepipeline/latest/userguide/pipelines-trigger-source-repo-changes-console.md
+++ b//codepipeline/latest/userguide/pipelines-trigger-source-repo-changes-console.md
@@ -71 +71 @@ Sample pipeline ARN:
-  12. (Optional) To specify source overrides with a specific image ID, use the input transformer to pass the data as a JSON parameters. 
+  12. (Optional) To specify source overrides with a specific image ID, use the input transformer to pass the data as a JSON parameters. You can also use the input transformer to pass pipeline variables.
@@ -79,2 +79 @@ In the dialog window, choose **Enter my own**. In the **Input path** box, type t
-                {"revisionValue": "$.detail.image-digest", 
-        "branchName": "$.detail.referenceName"}
+                {"revisionValue": "$.detail.image-digest"}
@@ -85 +84,2 @@ In the dialog window, choose **Enter my own**. In the **Input path** box, type t
-            "sourceRevisions": {
+            "sourceRevisions": [
+                {
@@ -87 +87 @@ In the dialog window, choose **Enter my own**. In the **Input path** box, type t
-                "revisionType": "IMAGE_DIGEST",
+                    "revisionType": "COMMIT_ID",
@@ -89 +89,2 @@ In the dialog window, choose **Enter my own**. In the **Input path** box, type t
-            },
+                }
+            ],