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

Commit

Permalink
APIGOV-26359 - blackduck onsched
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldickgit committed Nov 15, 2023
1 parent 05039ea commit 75fb32b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ whitesource:on-schedule:
- echo "Checking out ${LATEST_TAG}"
- git checkout ${LATEST_TAG}

blackduck:on-schedule:
extends: .blackduck
rules:
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
- git config --global http.sslVerify false
- git config --global url."ssh://[email protected]".insteadOf "https://git.ecd.axway.org"''
- git fetch
- *get-latest-tag
- echo "Checking out ${LATEST_TAG}"
- git checkout ${LATEST_TAG}

# overridden from csrjobs.yml because mirror repos like this one don't get merge events
fortify:
rules:
Expand Down

0 comments on commit 75fb32b

Please sign in to comment.