Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-26359 - add blackduck
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Nov 13, 2023
1 parent 2a967e3 commit cfe5a07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ variables:
WS_PROJECT_ID: "agents-webmethods"
WS_CONFIG_FILE: "whitesource.config"

# Blackduck
BLACKDUCK_PROJECT_NAME: "Amplify - APIC webMethods Agents"

# just to be sure we don't do vendoring
GOFLAGS: "-mod=mod"

Expand Down Expand Up @@ -44,6 +47,7 @@ include:
file:
- "/.gitlab-ci-fortify.yml"
- "/.gitlab-ci-whitesource.yml"
- "/.gitlab-ci-blackduck.yml"
- "/.gitlab-ci-iriusrisk.yml"
- "/.gitlab-ci-twistlock.yml"
- "/.gitlab-ci-csr.yml"
Expand Down Expand Up @@ -127,6 +131,12 @@ whitesource:
before_script:
- export GOWORK=off

blackduck:
rules:
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- export GOWORK=off

run-csr:
rules:
- !reference [.mirror-branch-csr-rules, rules]
Expand Down

0 comments on commit cfe5a07

Please sign in to comment.