Skip to content

Commit

Permalink
APIGOV-28746 - SRM integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Nov 6, 2024
1 parent de149dd commit 749546d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .csr-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"fortify": true,
"irius-risk": false,
"pentest": false,
"twistlock": true,
"blackduck": true,
"twistlock": false,
"blackduck": false,
"third-party-policy-violation": false,
"appspider": false,
"insightvm": false
},
"suppressions": [
]
}

4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 749546d

Please sign in to comment.