Skip to content

Commit

Permalink
add checkov skip statement
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed Nov 30, 2022
1 parent 0d7b463 commit 2dc7750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ resource "aws_lambda_function" "cloudhsm_dr" {
# checkov:skip=CKV_AWS_116: DLQ not required
# checkov:skip=CKV_AWS_117: VPC deployment not required
# checkov:skip=CKV_AWS_173: Environment variables encryption not required
# checkov:skip=CKV_AWS_272: Code signing not required
function_name = var.function_name
description = "Copy CloudHSM backup to another region"
role = aws_iam_role.cloudhsm_dr.arn
Expand Down

0 comments on commit 2dc7750

Please sign in to comment.