diff --git a/cdk_integration_tests/test_checks_python.py b/cdk_integration_tests/test_checks_python.py index 78d6ff9bfb8..c717dabcb8c 100644 --- a/cdk_integration_tests/test_checks_python.py +++ b/cdk_integration_tests/test_checks_python.py @@ -124,3 +124,9 @@ def test_CKV_AWS_30_ElasticacheReplicationGroupEncryptionAtTransit(): def test_CKV_AWS_68_WAFEnabled(): run_check(lang='python', check_name="WAFEnabled") + +def test_CKV_AWS_64_RedshiftClusterEncryption(): + run_check(lang='python', check_name="RedshiftClusterEncryption") + + +