Skip to content

Commit

Permalink
unskip more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tronxd committed Apr 30, 2024
1 parent 96314fe commit 19c0c97
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions cdk_integration_tests/test_checks_typescript.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ def test_CKV_AWS_2_ALBListenerHTTPS():
run_check(check_results=failed_checks, check_id="CKV_AWS_2", policy_name="ALBListenerHTTPS", language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_59_APIGatewayAuthorization(failed_checks):
run_check(check_results=failed_checks, check_id="CKV_AWS_59", policy_name="APIGatewayAuthorization", language="typescript")
run_check(check_results=failed_checks, check_id="CKV_AWS_59", policy_name="APIGatewayAuthorization",
language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_76_APIGatewayAccessLogging():
run_check(check_results=failed_checks, check_id="CKV_AWS_76", policy_name="APIGatewayAccessLogging",
language="typescript")
Expand All @@ -47,23 +46,21 @@ def test_CKV_AWS_73_APIGatewayXray():
run_check(check_results=failed_checks, check_id="CKV_AWS_73", policy_name="APIGatewayXray", language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_194_AppSyncFieldLevelLogs():
run_check(check_results=failed_checks, check_id="CKV_AWS_194", policy_name="AppSyncFieldLevelLogs", language="typescript")
run_check(check_results=failed_checks, check_id="CKV_AWS_194", policy_name="AppSyncFieldLevelLogs",
language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_193_AppSyncLogging():
run_check(check_results=failed_checks, check_id="CKV_AWS_193", policy_name="AppSyncLogging", language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_82_AthenaWorkgroupConfiguration():
# need to wait for variable rendering in TS
run_check(check_results=failed_checks, check_id="CKV_AWS_82", policy_name="AthenaWorkgroupConfiguration", language="typescript")
run_check(check_results=failed_checks, check_id="CKV_AWS_82", policy_name="AthenaWorkgroupConfiguration",
language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_131_AmazonMQBrokerPublicAccess():
run_check(check_results=failed_checks, check_id="CKV_AWS_131", policy_name="AmazonMQBrokerPublicAccess",
language="typescript")
Expand All @@ -79,12 +76,10 @@ def test_CKV_AWS_166_BackupVaultEncrypted():
language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_174_CloudFrontTLS12():
run_check(check_results=failed_checks, check_id="CKV_AWS_174", policy_name="CloudFrontTLS12", language="typescript")


@pytest.mark.skip(reason="Not supported yet")
def test_CKV_AWS_36_CloudTrailLogValidation():
run_check(check_results=failed_checks, check_id="CKV_AWS_36", policy_name="CloudTrailLogValidation",
language="typescript")
Expand Down

0 comments on commit 19c0c97

Please sign in to comment.