File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ mkdir -p "tmp/"
77
77
78
78
echo " create bd scan ${BLACKDUCK_SCAN_VERSION_NAME} "
79
79
set +e
80
- bash <( curl -s -L https://detect.synopsys .com/detect8 .sh) \
80
+ bash <( curl -s -L https://detect.blackduck .com/detect10 .sh) \
81
81
--blackduck.url=" ${BLACKDUCK_URL} " \
82
82
--blackduck.api.token=" ${BLACKDUCK_TOKEN} " \
83
83
--detect.project.name=" ${BLACKDUCK_PROJECT_NAME} " \
@@ -95,8 +95,8 @@ bash <(curl -s -L https://detect.synopsys.com/detect8.sh) \
95
95
chmod +x ./hack/generate-notices-file.sh
96
96
97
97
if ! ./hack/generate-notices-file.sh; then
98
- echo " Error: generate-notices-file.sh execution failed!"
99
- exit 1
98
+ echo " Error: generate-notices-file.sh execution failed!"
99
+ exit 1
100
100
fi
101
101
102
102
RC=$?
You can’t perform that action at this time.
0 commit comments