Skip to content

Commit

Permalink
integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tronxd committed Apr 10, 2024
1 parent f56dfd9 commit c7a894b
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions cdk_integration_tests/test_checks_typescript.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,63 @@ def test_CKV_AWS_145_S3BucketKMSEncryption():
@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV2_AWS_6_S3BucketPublicAccessBlock():
run_check(lang="typescript", check_name="S3BucketPublicAccessBlock")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_88_EC2PublicIP():
run_check(lang="typescript", check_name="EC2PublicIP")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_163_ECRImageScanning():
run_check(lang="typescript", check_name="ECRImageScanning")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_51_ECRImmutableTags():
run_check(lang="typescript", check_name="ECRImmutableTags")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_136_ECRRepositoryEncrypted():
run_check(lang="typescript", check_name="ECRRepositoryEncrypted")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_65_ECSClusterContainerInsights():
run_check(lang="typescript", check_name="ECSClusterContainerInsights")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_97_ECSTaskDefinitionEFSVolumeEncryption():
run_check(lang="typescript", check_name="ECSClusterContainerInsights")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_42_EFSEncryptionEnabled():
run_check(lang="typescript", check_name="EFSEncryptionEnabled")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_58_EKSSecretsEncryption():
run_check(lang="typescript", check_name="EKSSecretsEncryption")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_29_ElasticacheReplicationGroupEncryptionAtRest():
run_check(lang="typescript", check_name="ElasticacheReplicationGroupEncryptionAtRest")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_30_ElasticacheReplicationGroupEncryptionAtTransit():
run_check(lang="typescript", check_name="ElasticacheReplicationGroupEncryptionAtTransit")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_31_ElasticacheReplicationGroupEncryptionAtTransitAuthToken():
run_check(lang="typescript", check_name="ElasticacheReplicationGroupEncryptionAtTransitAuthToken")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_83_ElasticsearchDomainEnforceHTTPS():
run_check(lang="typescript", check_name="ElasticsearchDomainEnforceHTTPS")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_84_ElasticsearchDomainLogging():
run_check(lang="typescript", check_name="ElasticsearchDomainLogging")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_91_ELBAccessLogs():
run_check(lang="typescript", check_name="ELBAccessLogs")

@pytest.mark.skip(reason="Typescript not supported yet")
def test_CKV_AWS_92_ELBv2AccessLogs():
run_check(lang="typescript", check_name="ELBv2AccessLogs")

0 comments on commit c7a894b

Please sign in to comment.