We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0f76b commit e6620fbCopy full SHA for e6620fb
infra/main.tf
@@ -31,6 +31,7 @@ data "archive_file" "python_lambda_package" {
31
32
### Lambda function
33
resource "aws_lambda_function" "lambda_func" {
34
+ # checkov:skip=CKV_AWS_117: ADD REASON
35
filename = "files/lambda.zip"
36
function_name = local.function_name
37
role = aws_iam_role.lambda_role.arn
0 commit comments