From b6d9ade410791216f45354da5ab23bc509622311 Mon Sep 17 00:00:00 2001 From: akocbek Date: Tue, 18 Nov 2025 10:27:56 +0000 Subject: [PATCH] ci: remove CRA related files --- cra-config.yaml | 6 ------ cra-tf-validate-ignore-rules.json | 3 --- 2 files changed, 9 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 926f80d..0000000 --- a/cra-config.yaml +++ /dev/null @@ -1,6 +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: "examples/basic" # 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). diff --git a/cra-tf-validate-ignore-rules.json b/cra-tf-validate-ignore-rules.json deleted file mode 100644 index adbff6e..0000000 --- a/cra-tf-validate-ignore-rules.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "scc_rules": [] -}