Skip to content

Commit 5fb9a3b

Browse files
committed
[ELI-702] - removing suppression
1 parent 3ad3203 commit 5fb9a3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

infrastructure/modules/lambda/lambda.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
resource "aws_lambda_function" "eligibility_signposting_lambda" {
22
#checkov:skip=CKV_AWS_116: No deadletter queue is configured for this Lambda function, as the requests are synchronous
33
#checkov:skip=CKV_AWS_115: Concurrent execution limit will be set at APIM level, not at Lambda level
4-
#checkov:skip=CKV_AWS_272: Skipping code signing but flagged to create ticket to investigate on ELI-238
54
# If the file is not in the current working directory you will need to include a
65
# path.module in the filename.
76
filename = var.file_name

0 commit comments

Comments
 (0)