From f1bc40bcd85a6c813a13d9245139dbc7490f86cb Mon Sep 17 00:00:00 2001 From: Nikhil Verma Date: Thu, 16 Oct 2025 11:46:13 +0530 Subject: [PATCH] publish Fix service paths --- .../check-organization-membership.test.ts | 0 .../check-organization-membership.ts | 0 .../check-security-contact.test.ts | 0 .../check-security-contact.ts | 0 runtime/aws/index.ts | 4 ++-- .../aws_account_part_of_organizations.rego | 0 .../aws_account_part_of_organizations_fail.tf | 0 .../aws_account_part_of_organizations_pass.tf | 0 .../aws_waf_regional_web_acl_not_empty.rego | 0 .../aws_waf_regional_web_acl_not_empty_allow.tf | 0 .../aws_waf_regional_web_acl_not_empty_deny.tf | 0 .../aws_opensearch_audit_logging.rego | 0 .../aws_opensearch_audit_logging_allow.tf | 0 .../aws_opensearch_audit_logging_deny.tf | 0 .../aws_opensearch_data_node_fault_tolerance.rego | 0 .../aws_opensearch_data_node_fault_tolerance_allow.tf | 0 .../aws_opensearch_data_node_fault_tolerance_deny.tf | 0 .../aws_opensearch_domains_not_public.rego | 0 .../aws_opensearch_domains_not_public_allow.tf | 0 .../aws_opensearch_domains_not_public_deny.tf | 0 .../aws_opensearch_encryption_at_rest.rego | 0 .../aws_opensearch_encryption_at_rest_allow.tf | 0 .../aws_opensearch_encryption_at_rest_deny.tf | 0 .../aws_opensearch_error_logging_enabled.rego | 0 .../aws_opensearch_error_logging_enabled_allow.tf | 0 .../aws_opensearch_error_logging_enabled_deny.tf | 0 .../aws_opensearch_fine_grained_access_control.rego | 0 .../aws_opensearch_fine_grained_access_control_allow.tf | 0 .../aws_opensearch_fine_grained_access_control_deny.tf | 0 .../aws_opensearch_node_to_node_encryption.rego | 0 .../aws_opensearch_node_to_node_encryption_allow.tf | 0 .../aws_opensearch_node_to_node_encryption_deny.tf | 0 .../aws_opensearch_tls_latest.rego | 0 .../aws_opensearch_tls_latest_allow.tf | 0 .../aws_opensearch_tls_latest_deny.tf | 0 35 files changed, 2 insertions(+), 2 deletions(-) rename runtime/aws/{AWS Account Management => AWS Account}/check-organization-membership.test.ts (100%) rename runtime/aws/{AWS Account Management => AWS Account}/check-organization-membership.ts (100%) rename runtime/aws/{AWS Account Management => AWS Account}/check-security-contact.test.ts (100%) rename runtime/aws/{AWS Account Management => AWS Account}/check-security-contact.ts (100%) rename terraform/aws/{AWS Account Management => AWS Account}/aws_account_part_of_organizations.rego (100%) rename terraform/aws/{AWS Account Management => AWS Account}/aws_account_part_of_organizations_fail.tf (100%) rename terraform/aws/{AWS Account Management => AWS Account}/aws_account_part_of_organizations_pass.tf (100%) rename terraform/aws/{AWS WAF Classic Regional => AWS WAF}/aws_waf_regional_web_acl_not_empty.rego (100%) rename terraform/aws/{AWS WAF Classic Regional => AWS WAF}/aws_waf_regional_web_acl_not_empty_allow.tf (100%) rename terraform/aws/{AWS WAF Classic Regional => AWS WAF}/aws_waf_regional_web_acl_not_empty_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_audit_logging.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_audit_logging_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_audit_logging_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_data_node_fault_tolerance.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_data_node_fault_tolerance_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_data_node_fault_tolerance_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_domains_not_public.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_domains_not_public_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_domains_not_public_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_encryption_at_rest.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_encryption_at_rest_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_encryption_at_rest_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_error_logging_enabled.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_error_logging_enabled_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_error_logging_enabled_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_fine_grained_access_control.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_fine_grained_access_control_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_fine_grained_access_control_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_node_to_node_encryption.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_node_to_node_encryption_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_node_to_node_encryption_deny.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_tls_latest.rego (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_tls_latest_allow.tf (100%) rename terraform/aws/{OpenSearch => Amazon OpenSearch Service}/aws_opensearch_tls_latest_deny.tf (100%) diff --git a/runtime/aws/AWS Account Management/check-organization-membership.test.ts b/runtime/aws/AWS Account/check-organization-membership.test.ts similarity index 100% rename from runtime/aws/AWS Account Management/check-organization-membership.test.ts rename to runtime/aws/AWS Account/check-organization-membership.test.ts diff --git a/runtime/aws/AWS Account Management/check-organization-membership.ts b/runtime/aws/AWS Account/check-organization-membership.ts similarity index 100% rename from runtime/aws/AWS Account Management/check-organization-membership.ts rename to runtime/aws/AWS Account/check-organization-membership.ts diff --git a/runtime/aws/AWS Account Management/check-security-contact.test.ts b/runtime/aws/AWS Account/check-security-contact.test.ts similarity index 100% rename from runtime/aws/AWS Account Management/check-security-contact.test.ts rename to runtime/aws/AWS Account/check-security-contact.test.ts diff --git a/runtime/aws/AWS Account Management/check-security-contact.ts b/runtime/aws/AWS Account/check-security-contact.ts similarity index 100% rename from runtime/aws/AWS Account Management/check-security-contact.ts rename to runtime/aws/AWS Account/check-security-contact.ts diff --git a/runtime/aws/index.ts b/runtime/aws/index.ts index f18eca2c..56846eb6 100644 --- a/runtime/aws/index.ts +++ b/runtime/aws/index.ts @@ -3,8 +3,8 @@ * This file is auto-generated by the "npm run generate-runtime-index" command. * Do not modify this file directly. */ -import import0 from "./AWS Account Management/check-organization-membership.js"; -import import1 from "./AWS Account Management/check-security-contact.js"; +import import0 from "./AWS Account/check-organization-membership.js"; +import import1 from "./AWS Account/check-security-contact.js"; import import2 from "./AWS App Runner/check-app-runner-vpc-endpoint.js"; import import3 from "./AWS AppSync/check-appsync-api-key-auth.js"; import import4 from "./AWS AppSync/check-appsync-cache-encryption.js"; diff --git a/terraform/aws/AWS Account Management/aws_account_part_of_organizations.rego b/terraform/aws/AWS Account/aws_account_part_of_organizations.rego similarity index 100% rename from terraform/aws/AWS Account Management/aws_account_part_of_organizations.rego rename to terraform/aws/AWS Account/aws_account_part_of_organizations.rego diff --git a/terraform/aws/AWS Account Management/aws_account_part_of_organizations_fail.tf b/terraform/aws/AWS Account/aws_account_part_of_organizations_fail.tf similarity index 100% rename from terraform/aws/AWS Account Management/aws_account_part_of_organizations_fail.tf rename to terraform/aws/AWS Account/aws_account_part_of_organizations_fail.tf diff --git a/terraform/aws/AWS Account Management/aws_account_part_of_organizations_pass.tf b/terraform/aws/AWS Account/aws_account_part_of_organizations_pass.tf similarity index 100% rename from terraform/aws/AWS Account Management/aws_account_part_of_organizations_pass.tf rename to terraform/aws/AWS Account/aws_account_part_of_organizations_pass.tf diff --git a/terraform/aws/AWS WAF Classic Regional/aws_waf_regional_web_acl_not_empty.rego b/terraform/aws/AWS WAF/aws_waf_regional_web_acl_not_empty.rego similarity index 100% rename from terraform/aws/AWS WAF Classic Regional/aws_waf_regional_web_acl_not_empty.rego rename to terraform/aws/AWS WAF/aws_waf_regional_web_acl_not_empty.rego diff --git a/terraform/aws/AWS WAF Classic Regional/aws_waf_regional_web_acl_not_empty_allow.tf b/terraform/aws/AWS WAF/aws_waf_regional_web_acl_not_empty_allow.tf similarity index 100% rename from terraform/aws/AWS WAF Classic Regional/aws_waf_regional_web_acl_not_empty_allow.tf rename to terraform/aws/AWS WAF/aws_waf_regional_web_acl_not_empty_allow.tf diff --git a/terraform/aws/AWS WAF Classic Regional/aws_waf_regional_web_acl_not_empty_deny.tf b/terraform/aws/AWS WAF/aws_waf_regional_web_acl_not_empty_deny.tf similarity index 100% rename from terraform/aws/AWS WAF Classic Regional/aws_waf_regional_web_acl_not_empty_deny.tf rename to terraform/aws/AWS WAF/aws_waf_regional_web_acl_not_empty_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_audit_logging.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_audit_logging.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_audit_logging.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_audit_logging.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_audit_logging_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_audit_logging_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_audit_logging_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_audit_logging_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_audit_logging_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_audit_logging_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_audit_logging_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_audit_logging_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_data_node_fault_tolerance.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_data_node_fault_tolerance.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_data_node_fault_tolerance.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_data_node_fault_tolerance.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_data_node_fault_tolerance_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_data_node_fault_tolerance_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_data_node_fault_tolerance_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_data_node_fault_tolerance_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_data_node_fault_tolerance_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_data_node_fault_tolerance_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_data_node_fault_tolerance_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_data_node_fault_tolerance_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_domains_not_public.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_domains_not_public.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_domains_not_public.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_domains_not_public.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_domains_not_public_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_domains_not_public_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_domains_not_public_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_domains_not_public_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_domains_not_public_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_domains_not_public_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_domains_not_public_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_domains_not_public_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_encryption_at_rest.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_encryption_at_rest.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_encryption_at_rest.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_encryption_at_rest.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_encryption_at_rest_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_encryption_at_rest_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_encryption_at_rest_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_encryption_at_rest_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_encryption_at_rest_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_encryption_at_rest_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_encryption_at_rest_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_encryption_at_rest_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_error_logging_enabled.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_error_logging_enabled.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_error_logging_enabled.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_error_logging_enabled.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_error_logging_enabled_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_error_logging_enabled_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_error_logging_enabled_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_error_logging_enabled_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_error_logging_enabled_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_error_logging_enabled_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_error_logging_enabled_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_error_logging_enabled_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_fine_grained_access_control.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_fine_grained_access_control.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_fine_grained_access_control.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_fine_grained_access_control.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_fine_grained_access_control_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_fine_grained_access_control_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_fine_grained_access_control_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_fine_grained_access_control_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_fine_grained_access_control_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_fine_grained_access_control_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_fine_grained_access_control_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_fine_grained_access_control_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_node_to_node_encryption.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_node_to_node_encryption.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_node_to_node_encryption.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_node_to_node_encryption.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_node_to_node_encryption_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_node_to_node_encryption_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_node_to_node_encryption_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_node_to_node_encryption_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_node_to_node_encryption_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_node_to_node_encryption_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_node_to_node_encryption_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_node_to_node_encryption_deny.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_tls_latest.rego b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_tls_latest.rego similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_tls_latest.rego rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_tls_latest.rego diff --git a/terraform/aws/OpenSearch/aws_opensearch_tls_latest_allow.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_tls_latest_allow.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_tls_latest_allow.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_tls_latest_allow.tf diff --git a/terraform/aws/OpenSearch/aws_opensearch_tls_latest_deny.tf b/terraform/aws/Amazon OpenSearch Service/aws_opensearch_tls_latest_deny.tf similarity index 100% rename from terraform/aws/OpenSearch/aws_opensearch_tls_latest_deny.tf rename to terraform/aws/Amazon OpenSearch Service/aws_opensearch_tls_latest_deny.tf