Skip to content

Commit 22023f8

Browse files
author
“Subramanian
committed
Silence checkov warnings
1 parent 97d0c15 commit 22023f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ data "aws_iam_policy_document" "aqua_cspm_secret" {
2727
data "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

127128
data "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" {
406408
data "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"

0 commit comments

Comments
 (0)