From f8493fd043fa2d116a18c782505dd69990f45590 Mon Sep 17 00:00:00 2001 From: akocbek Date: Tue, 18 Nov 2025 10:27:19 +0000 Subject: [PATCH] ci: remove CRA related files --- cra-config.yaml | 16 ---------------- cra-tf-validate-ignore-rules.json | 3 --- 2 files changed, 19 deletions(-) delete mode 100644 cra-config.yaml delete mode 100644 cra-tf-validate-ignore-rules.json diff --git a/cra-config.yaml b/cra-config.yaml deleted file mode 100644 index 9e7c942e..00000000 --- a/cra-config.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# More info about this file at https://github.com/terraform-ibm-modules/common-pipeline-assets/blob/main/.github/workflows/terraform-test-pipeline.md#cra-config-yaml -version: "v1" -CRA_TARGETS: - - CRA_TARGET: "solutions/fully-configurable" # Target directory for CRA scan. If not provided, the CRA Scan will not be run. - CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json" # CRA Ignore file to use. If not provided, it checks the repo root directory for `cra-tf-validate-ignore-rules.json` - PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3" # SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile). - CRA_ENVIRONMENT_VARIABLES: - TF_VAR_prefix: "test-fc" - TF_VAR_existing_resource_group_name: "Default" - TF_VAR_existing_kms_instance_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9::" - TF_VAR_kms_endpoint_url: "https://e6dce284-e80f-46e1-a3c1-830f7adff7a9.api.private.us-south.hs-crypto.appdomain.cloud" - TF_VAR_existing_cos_instance_crn: "crn:v1:bluemix:public:cloud-object-storage:global:a/abac0df06b644a9cabc6e44f55b3880e:855ed836-05ce-4f39-98fa-508774f29323::" - TF_VAR_cross_region_location: "us" - TF_VAR_provider_visibility: "public" - TF_VAR_kms_encryption_enabled: true - TF_VAR_enable_collecting_failed_events: true diff --git a/cra-tf-validate-ignore-rules.json b/cra-tf-validate-ignore-rules.json deleted file mode 100644 index adbff6e0..00000000 --- a/cra-tf-validate-ignore-rules.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "scc_rules": [] -}