-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into APIGOV-26621
- Loading branch information
Showing
37 changed files
with
706 additions
and
742 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,18 @@ whitesource:on-schedule: | |
- echo "Checking out ${GIT_TAG_PREFIX}${LATEST_TAG}" | ||
- git checkout ${GIT_TAG_PREFIX}${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 ${GIT_TAG_PREFIX}${LATEST_TAG}" | ||
- git checkout ${GIT_TAG_PREFIX}${LATEST_TAG} | ||
|
||
# overridden from csrjobs.yml because mirror repos like this one don't get merge events | ||
fortify: | ||
rules: | ||
|
@@ -133,8 +145,6 @@ whitesource: | |
blackduck: | ||
rules: | ||
- !reference [.mirror-branch-csr-rules, rules] | ||
before_script: | ||
- export GOWORK=off | ||
|
||
run-csr: | ||
rules: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.