From a4ce6624232c1719dd6f39ae1ce2688b0769895b Mon Sep 17 00:00:00 2001 From: akocbek Date: Mon, 17 Nov 2025 16:20:10 +0000 Subject: [PATCH] ci: update ci.yaml by removing SCC scan step --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2023dd7..95b2acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,3 @@ jobs: call-terraform-ci-pipeline: uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.0 secrets: inherit - with: - craSCCv2: true - craConfigYamlFile: "cra-config.yaml"