Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data-collection/deploy/deploy-data-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,11 @@ Resources:
except Exception as exc:
print(f"Exception occurred: {exc}")
cfnresponse.send(event, context, cfnresponse.SUCCESS, {'Reason': 'success'})

Metadata:
checkov:
skip:
- id: CKV_AWS_363
comment: "Using latest available Python runtime"
LambdaInitRole: #Execution role for the custom resource for Init Lambda
Type: AWS::IAM::Role
Properties:
Expand Down
5 changes: 5 additions & 0 deletions data-collection/deploy/module-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ Resources:
Properties:
LogGroupName: !Sub "/aws/lambda/${LambdaFunction}"
RetentionInDays: 60
Metadata:
checkov:
skip:
- id: CKV_AWS_158
comment: "Using default AWS managed encryption for cost optimization"

'Fn::ForEach::Object':
- AwsObject
Expand Down