Skip to content

Commit b3185c3

Browse files
checkov issue
1 parent 15f90e0 commit b3185c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • infrastructure/modules/api_gateway

infrastructure/modules/api_gateway/iam.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ resource "aws_iam_role" "api_gateway" {
1616

1717
data "aws_iam_policy_document" "api_gateway_logging" {
1818
#checkov:skip=CKV_AWS_356: Wildcard permissions needed for global log event reads
19+
#checkov:skip=CKV_AWS_111: Ensure IAM policies does not allow write access without constraints
1920
statement {
2021
sid = "AllowCreateLogGroup"
2122
effect = "Allow"

0 commit comments

Comments
 (0)