Skip to content

Commit 146ea6d

Browse files
committed
chore: switch to new blackduck URL and new version
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 146ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/scripts/foss-scan.sh

Lines changed: 1 addition & 1 deletion
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)