Skip to content
Merged
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
10 changes: 9 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,8 @@ Resources:
Tags:
- Key: Name
Value: RpPublicKeyCache
- Key: CheckovRulesToSkip
Value: CKV_AWS_28

#endregion

Expand Down Expand Up @@ -2530,7 +2532,7 @@ Resources:
],
]
Tags:
CheckovRulesToSkip: CKV_AWS_115.CKV_AWS_116.CKV_AWS_117.CKV_AWS_173
CheckovRulesToSkip: CKV_AWS_115.CKV_AWS_116.CKV_AWS_173

GlobalLogoutFunctionLogGroup:
Type: AWS::Logs::LogGroup
Expand Down Expand Up @@ -6442,6 +6444,8 @@ Resources:
Type: SNS
Properties:
Topic: !Ref SlackEvents
Tags:
CheckovRulesToSkip: CKV_AWS_116.CKV_AWS_117.CKV_AWS_173

SlackNotificationsPermission:
Condition: IsNotProduction
Expand Down Expand Up @@ -6561,6 +6565,8 @@ Resources:
Type: SNS
Properties:
Topic: !Ref OrchProdSlackEvents
Tags:
CheckovRulesToSkip: CKV_AWS_116.CKV_AWS_117.CKV_AWS_173

OrchProdSlackNotificationsPermission:
Condition: IsProduction
Expand Down Expand Up @@ -6661,6 +6667,8 @@ Resources:
Type: SNS
Properties:
Topic: !Ref SecondLineSlackEvents
Tags:
CheckovRulesToSkip: CKV_AWS_116.CKV_AWS_117.CKV_AWS_173

SecondLineSlackNotificationsPermission:
Condition: IsProduction
Expand Down
Loading