-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the issue
Check: CKV_AWS_62: "Ensure IAM policies that allow full "*-*" administrative privileges are not created"
FAILED for resource: aws_iam_policy.failed_2
File: /test_data.tf:16-29
Guide: https://docs.prismacloud.io/en/enterprise-edition/policy-reference/aws-policies/aws-iam-policies/bc-aws-iam-45
16 | resource "aws_iam_policy" "failed_2" {
17 | policy = <<-EOT
18 | {
19 | "Version": "2012-10-17",
20 | "Statement": [
21 | {
22 | "Effect": "Allow",
23 | "Action": "*",
24 | "Resource": "*"
25 | }
26 | ]
27 | }
28 | EOT
29 | }Additional context
checkov outputs https://docs.prismacloud.io/en/enterprise-edition/policy-reference/aws-policies/aws-iam-policies/bc-aws-iam-45, but the correct url is https://docs.prismacloud.io/en/enterprise-edition/policy-reference/aws-policies/aws-iam-policies/bc-aws-iam-47.
Reactions are currently unavailable