From 4dea89d07bc3d24d7765c8a88e8a96cec2b97305 Mon Sep 17 00:00:00 2001 From: akocbek Date: Tue, 18 Nov 2025 10:28:56 +0000 Subject: [PATCH] ci: remove CRA related files --- cra-config.yaml | 3 --- cra-tf-validate-ignore-rules.json | 22 ---------------------- 2 files changed, 25 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 17a96642..00000000 --- a/cra-config.yaml +++ /dev/null @@ -1,3 +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: [] diff --git a/cra-tf-validate-ignore-rules.json b/cra-tf-validate-ignore-rules.json deleted file mode 100644 index 12c3498a..00000000 --- a/cra-tf-validate-ignore-rules.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "scc_rules": [ - { - "scc_rule_id": "rule-4d86c074-097e-4ff3-a763-ccff128388e2", - "description": "Check whether multifactor authentication (MFA) is enabled at the account level", - "ignore_reason": "In order for this rule to pass, multifactor authentication (MFA) is enabled at the account level (tracking in https://github.ibm.com/workload-eng-services/HPCCluster/issues/3422).", - "is_valid": true - }, - { - "scc_rule_id": "rule-0704e840-e443-4781-b9be-ec57469d09c1", - "description": "Check whether permissions for API key creation are limited and configured in IAM settings for the account owner", - "ignore_reason": "Need more exploration (tracking in https://github.ibm.com/workload-eng-services/HPCCluster/issues/3422).", - "is_valid": true - }, - { - "scc_rule_id": "rule-0244c010-fde6-4db3-95aa-8952bd292ac3", - "description": "Check whether permissions for service ID creation are limited and configured in IAM settings for the account owner", - "ignore_reason": "Need more exploration (tracking in https://github.ibm.com/workload-eng-services/HPCCluster/issues/3422).", - "is_valid": true - } - ] -}