From fee8e37e0268c245809fbce2c4b1c40f4dba42ea Mon Sep 17 00:00:00 2001 From: marynaKK <99361777+marynaKK@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:26:39 +0200 Subject: [PATCH] feat(sast): add back commented checks (#5851) * add log * uncomment checks --- cdk_integration_tests/test_checks_python.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cdk_integration_tests/test_checks_python.py b/cdk_integration_tests/test_checks_python.py index e2a2b7b1cc3..8ee1a33b09c 100644 --- a/cdk_integration_tests/test_checks_python.py +++ b/cdk_integration_tests/test_checks_python.py @@ -145,12 +145,12 @@ def test_CKV_AWS_42_EFSEncryptionEnabled(failed_checks): run_check(check_results=failed_checks, check_id="CKV_AWS_42", policy_name="EFSEncryptionEnabled", language="python") -# def test_CKV_AWS_193_AppSyncLogging(failed_checks): -# run_check(check_results=failed_checks, check_id="CKV_AWS_193", policy_name="AppSyncLogging", language="python") +def test_CKV_AWS_193_AppSyncLogging(failed_checks): + run_check(check_results=failed_checks, check_id="CKV_AWS_193", policy_name="AppSyncLogging", language="python") -# def test_CKV_AWS_194_AppSyncFieldLevelLogs(failed_checks): -# run_check(check_results=failed_checks, check_id="CKV_AWS_194", policy_name="AppSyncFieldLevelLogs", language="python") +def test_CKV_AWS_194_AppSyncFieldLevelLogs(failed_checks): + run_check(check_results=failed_checks, check_id="CKV_AWS_194", policy_name="AppSyncFieldLevelLogs", language="python") def test_CKV_AWS_104_DocDBAuditLogs(failed_checks): @@ -189,8 +189,8 @@ def test_CKV_AWS_83_ElasticsearchDomainEnforceHTTPS(failed_checks): run_check(check_results=failed_checks, check_id="CKV_AWS_83", policy_name="ElasticsearchDomainEnforceHTTPS", language="python") -# def test_CKV_AWS_76_APIGatewayAccessLogging(failed_checks): -# run_check(check_results=failed_checks, check_id="CKV_AWS_76", policy_name="APIGatewayAccessLogging", language="python") +def test_CKV_AWS_76_APIGatewayAccessLogging(failed_checks): + run_check(check_results=failed_checks, check_id="CKV_AWS_76", policy_name="APIGatewayAccessLogging", language="python") def test_CKV_AWS_117_LambdaInVPC(failed_checks):