From 75fb32bd72775d8dd4df3da977fbf045b1f6c3f3 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Wed, 15 Nov 2023 13:50:26 -0700 Subject: [PATCH] APIGOV-26359 - blackduck onsched --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebc5f64..785e8d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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://git@git.ecd.axway.org".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: