From 749546d95b78c3b2a8e1ff4adff877b546dffa35 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Wed, 6 Nov 2024 08:02:05 -0700 Subject: [PATCH] APIGOV-28746 - SRM integration --- .csr-profile.json | 5 ++--- .gitlab-ci.yml | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.csr-profile.json b/.csr-profile.json index 464de8a7..50f65945 100644 --- a/.csr-profile.json +++ b/.csr-profile.json @@ -6,8 +6,8 @@ "fortify": true, "irius-risk": false, "pentest": false, - "twistlock": true, - "blackduck": true, + "twistlock": false, + "blackduck": false, "third-party-policy-violation": false, "appspider": false, "insightvm": false @@ -15,4 +15,3 @@ "suppressions": [ ] } - \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d77bccc..194f5a47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,10 @@ variables: # Blackduck BLACKDUCK_PROJECT_NAME: "Amplify - APIC Apigee Agents" + # SRM + SRM_PROJECT_NAME: "${BLACKDUCK_PROJECT_NAME}" + SRM_PROJECT_ID: "228" + # these needed for go workspace GOWORK: ${CI_PROJECT_DIR}/go.work GOFLAGS: "-mod=readonly"