From 5d5c107077a015d1bcf043198a1e28088461c32c Mon Sep 17 00:00:00 2001 From: "akocbek@ie.ibm.com" Date: Thu, 17 Oct 2024 14:33:50 +0100 Subject: [PATCH] fix: update SCC profile_id to fe96bd4d-9b37-40f2-b39f-a62760e326a3 --- cra-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cra-config.yaml b/cra-config.yaml index 5e2a8d6c..ad2cad81 100644 --- a/cra-config.yaml +++ b/cra-config.yaml @@ -3,7 +3,7 @@ version: "v1" CRA_TARGETS: - CRA_TARGET: "examples/default" # 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: "0e6e7b5a-817d-4344-ab6f-e5d7a9c49520" # SCC profile ID (currently set to the FSCloud 1.4.0 profile). + 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: # An optional map of environment variables for CRA, where the key is the variable name and value is the value. Useful for providing TF_VARs. TF_VAR_region: "us-south" TF_VAR_prefix: "def-slz-vpc"