From a65f84300850f7a7937414b064643a1621545580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Ols=C3=A9n?= Date: Fri, 20 Sep 2019 14:23:37 +0200 Subject: [PATCH] Update black duck link --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c49d8ba..850cee4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: npm install - run: name: BlackDuck scan - command: curl -s https://blackducksoftware.github.io/hub-detect/hub-detect.sh | bash -s -- \ + command: curl -s https://detect.synopsys.com/detect.sh | bash -s -- \ --blackduck.url="https://qliktech.blackducksoftware.com" \ --blackduck.trust.cert=true \ --blackduck.username="svc-blackduck" \