Skip to content

Commit

Permalink
Checkov skips added for genralised policies
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Oct 16, 2024
1 parent eb4e257 commit a3096c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ resource "aws_iam_policy" "cert_manager" {
##################################################

data "aws_iam_policy_document" "cluster_autoscaler" {
#checkov:skip=CKV_AWS_111: skip requires access to multiple resources
#checkov:skip=CKV_AWS_356: skip requires access to multiple resources
statement {
sid = "clusterAutoscalerAll"
effect = "Allow"
Expand Down Expand Up @@ -311,6 +313,8 @@ resource "aws_iam_policy" "ebs_csi_driver" {
##################################################

data "aws_iam_policy_document" "control_panel_api" {
#checkov:skip=CKV_AWS_111: skip requires access to multiple resources
#checkov:skip=CKV_AWS_356: skip requires access to multiple resources
statement {
sid = "CanCreateBuckets"
effect = "Allow"
Expand Down

0 comments on commit a3096c0

Please sign in to comment.