Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ brews:
enabled: true
directory: Formula
homepage: "https://github.com/nanohype/cloudgov"
description: "AWS governance CLI — IAM least-privilege, cost anomalies, posture, drift, compliance, and resource hygiene across AWS, plus a Kubernetes RBAC scanner"
description: "AWS security & cost CLI - IAM, posture, drift, hygiene, K8s RBAC"
license: "Apache-2.0"
test: |
system "#{bin}/cloudgov", "--version"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ Required IAM permissions for a read-only audit role:
"sqs:ListQueueTags",
"iam:GetAccountSummary",
"servicequotas:GetServiceQuota",
"servicequotas:ListServiceQuotas"
"logs:DescribeLogGroups",
"events:ListRules",
"events:ListTagsForResource"
],
"Resource": "*"
}
Expand Down
Loading