diff --git a/.csr-profile.json b/.csr-profile.json index 464de8a..50f6594 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 5d77bcc..194f5a4 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"