Skip to content

Commit 14c4441

Browse files
committed
Checkov exception in glue
1 parent f0d00a9 commit 14c4441

File tree

1 file changed

+1
-0
lines changed
  • modules/infra/submodules/cost-usage-report

1 file changed

+1
-0
lines changed

modules/infra/submodules/cost-usage-report/glue.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "aws_glue_catalog_database" "aws_cur_database" {
1111

1212

1313
resource "aws_glue_security_configuration" "lambda_config" {
14+
# checkov:skip=CKV_AWS_99:Ensure Glue Security Configuration Encryption is enabled
1415
name = "${var.deploy_id}_lambda_security_config"
1516

1617
encryption_configuration {

0 commit comments

Comments
 (0)