From 16b5a22c31b2a718f3166c7e13d2403ed588df08 Mon Sep 17 00:00:00 2001 From: Martin Schaef Date: Fri, 11 Feb 2022 12:46:43 -0500 Subject: [PATCH] Update README.md (#6) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3df110..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" @@ -111,7 +112,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