File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ data "aws_iam_policy_document" "aqua_cspm_secret" {
2727data "aws_iam_policy_document" "aqua_cspm_control_tower_kms_key" {
2828 # checkov:skip=CKV_AWS_109
2929 # checkov:skip=CKV_AWS_111
30+ # checkov:skip=CKV_AWS_356
3031 statement {
3132 sid = " Allow administration of the key"
3233
@@ -125,6 +126,7 @@ data "aws_iam_policy_document" "aqua_cspm_lambda" {
125126}
126127
127128data "aws_iam_policy_document" "aqua_cspm_supplemental" {
129+ # checkov:skip=CKV_AWS_356
128130 statement {
129131 effect = " Allow"
130132
@@ -406,6 +408,7 @@ data "aws_iam_policy_document" "aquahub_sechub_trust" {
406408data "aws_iam_policy_document" "aquasec_importfindings" {
407409 # checkov:skip=CKV_AWS_111
408410 # checkov:skip=CKV_AWS_108
411+ # checkov:skip=CKV_AWS_356
409412 statement {
410413 actions = [
411414 " securityhub:BatchImportFindings"
You can’t perform that action at this time.
0 commit comments