Skip to content

Commit ca16906

Browse files
committed
updated cfct template to use latest version, added checkov suppressions for Lambda functions
1 parent a03b82f commit ca16906

File tree

13 files changed

+530
-529
lines changed

13 files changed

+530
-529
lines changed

aws_sra_examples/solutions/account/account_alternate_contacts/templates/sra-account-alternate-contacts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ Resources:
487487
reason: Lambda does not need reserved concurrent executions.
488488
checkov:
489489
skip:
490+
- id: CKV_AWS_115
491+
comment: Lambda does not need reserved concurrent executions.
492+
- id: CKV_AWS_117
493+
comment: Lambda does not need to communicate with VPC resources.
490494
- id: CKV_AWS_173
491495
comment: Environment variables are not sensitive
492496
Properties:

aws_sra_examples/solutions/cloudtrail/cloudtrail_org/templates/sra-cloudtrail-org.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,12 @@ Resources:
383383
reason: Lambda does not need reserved concurrent executions.
384384
checkov:
385385
skip:
386+
- id: CKV_AWS_115
387+
comment: Lambda does not need reserved concurrent executions.
386388
- id: CKV_AWS_116
387389
comment: DLQ not needed, as Lambda function only triggered by CloudFormation events.
390+
- id: CKV_AWS_117
391+
comment: Lambda does not need to communicate with VPC resources.
388392
- id: CKV_AWS_173
389393
comment: Environment variables are not sensitive
390394
Properties:

0 commit comments

Comments
 (0)