Skip to content

Commit a078c41

Browse files
authored
chore: switch to new blackduck URL and new version (#82)
as synopsis has changed their product name and with that the URL we have to change the endpoint. with that, we've also switched to the new detect script version Signed-off-by: Mario Constanti <[email protected]>
1 parent 6071aef commit a078c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/scripts/foss-scan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mkdir -p "tmp/"
7777

7878
echo "create bd scan ${BLACKDUCK_SCAN_VERSION_NAME}"
7979
set +e
80-
bash <(curl -s -L https://detect.synopsys.com/detect8.sh) \
80+
bash <(curl -s -L https://detect.blackduck.com/detect10.sh) \
8181
--blackduck.url="${BLACKDUCK_URL}" \
8282
--blackduck.api.token="${BLACKDUCK_TOKEN}" \
8383
--detect.project.name="${BLACKDUCK_PROJECT_NAME}" \

0 commit comments

Comments
 (0)