Skip to content

Commit

Permalink
Update README.md (aws#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschaef authored Feb 11, 2022
1 parent f3f99c4 commit 16b5a22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 16b5a22

Please sign in to comment.