Skip to content

Commit

Permalink
chore(checkcov): Ignore CKV_AWS_356
Browse files Browse the repository at this point in the history
This rule return false positive results for some statement like rds:DescribePendingMaintenanceActions
  • Loading branch information
vmercierfr committed Jan 23, 2024
1 parent de02184 commit bdd688c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ resource "aws_iam_role_policy" "prometheus-rds-exporter" {
}

data "aws_iam_policy_document" "prometheus-rds-exporter" {
#checkov:skip=CKV_AWS_356:checkcov return false positive results (e.g. rds:DescribePendingMaintenanceActions could not have resource limit)

statement {
sid = "AllowInstanceAndLogDescriptions"
effect = "Allow"
Expand Down

0 comments on commit bdd688c

Please sign in to comment.