Skip to content

Commit 74ac1c0

Browse files
committed
Checkov suppressions for Lambda functions
1 parent 161ccd6 commit 74ac1c0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

aws_sra_examples/solutions/common/common_prerequisites/templates/sra-common-prerequisites-staging-s3-bucket.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,14 @@ Resources:
163163
reason: Lambda does not need reserved concurrent executions.
164164
checkov:
165165
skip:
166+
- id: CKV_AWS_115
167+
comment: Lambda does not need reserved concurrent executions.
166168
- id: CKV_AWS_116
167169
comment: DLQ not needed, as Lambda function only triggered by CloudFormation events.
170+
- id: CKV_AWS_117
171+
comment: Lambda does not need to communicate with VPC resources.
168172
- id: CKV_AWS_173
169-
comment: Environment variables are not sensitive
173+
comment: Environment variables are not sensitive.
170174
Type: AWS::Lambda::Function
171175
Properties:
172176
FunctionName: !Ref pOrgIdLambdaFunctionName

aws_sra_examples/solutions/common/common_register_delegated_administrator/templates/sra-common-register-delegated-administrator-ssm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,12 @@ Resources:
226226
reason: Lambda does not need reserved concurrent executions.
227227
checkov:
228228
skip:
229+
- id: CKV_AWS_115
230+
comment: Lambda does not need reserved concurrent executions.
229231
- id: CKV_AWS_116
230232
comment: DLQ not needed, as Lambda function only triggered by CloudFormation events.
233+
- id: CKV_AWS_117
234+
comment: Lambda does not need to communicate with VPC resources.
231235
- id: CKV_AWS_173
232236
comment: Environment variables are not sensitive.
233237
Properties:

0 commit comments

Comments
 (0)