Skip to content

Commit

Permalink
feat(sast): add back commented checks (#5851)
Browse files Browse the repository at this point in the history
* add log

* uncomment checks
  • Loading branch information
marynaKK authored Dec 11, 2023
1 parent 248019f commit fee8e37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cdk_integration_tests/test_checks_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit fee8e37

Please sign in to comment.