From 57b5ad22e13d08c9185f0e838a9b8d1d3ee03584 Mon Sep 17 00:00:00 2001 From: Martin Schaef Date: Thu, 10 Feb 2022 11:42:16 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3df110..17a4c5c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ KMS key that you created in the previous step. Now you can analyze a repository by providing the KMS key ID (not the alias). For example: ``` - codeguru-reviewer -r ./ -kms 12345678-abcd-abcd-1234-1234567890ab + aws-codeguru-cli -r ./ -kms 12345678-abcd-abcd-1234-1234567890ab ``` The first time you analyze a repository with the CodeGuru Reviewer CLI, a new association will be created and the provided key will be associated with this repository. Fur subsequent scans, you do not need to provide the From b3dbf51e30647b2516c8a8acd44f0d9c1a774bab Mon Sep 17 00:00:00 2001 From: Martin Schaef Date: Fri, 11 Feb 2022 11:42:57 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a4c5c..d0412e5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ The credentials must have at least the following permissions: "codeguru-reviewer:DescribeRepositoryAssociation", "codeguru-reviewer:CreateCodeReview", "codeguru-reviewer:DescribeCodeReview", - "codeguru-reviewer:ListRecommendations" + "codeguru-reviewer:ListRecommendations", + "iam:CreateServiceLinkedRole" ], "Resource": "*", "Effect": "Allow"