Skip to content

Commit

Permalink
APIGOV-28746 - srm
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Nov 6, 2024
1 parent 74000c6 commit 7655199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
# Blackduck
BLACKDUCK_PROJECT_NAME: "Amplify - APIC Apigee Agents"

# SRM
# SRM
SRM_PROJECT_NAME: "${BLACKDUCK_PROJECT_NAME}"
SRM_PROJECT_ID: "228"

Expand Down Expand Up @@ -72,24 +72,24 @@ stages:
- security-review

twistlock-discovery:
extends: .twistlock
rules:
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- apk --no-cache update && apk add make
- cd discovery && make docker-build
- export IMAGE_NAME=apigee-discovery-agent:latest
- cd ..
- echo "TL_DA=true" >> build.env

twistlock-traceability:
extends: .twistlock
rules:
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- apk --no-cache update && apk add make
- cd traceability && make docker-build
- export IMAGE_NAME=apigee-traceability-agent:latest
- cd ..
- echo "TL_TA=true" >> build.env

twistlock-discovery:on-schedule:
variables:
Expand Down

0 comments on commit 7655199

Please sign in to comment.