Skip to content

Commit

Permalink
chore: switch to new blackduck URL and new version (#82)
Browse files Browse the repository at this point in the history
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 <mario.constanti@mercedes-benz.com>
  • Loading branch information
bavarianbidi authored Jan 28, 2025
1 parent 6071aef commit a078c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/foss-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mkdir -p "tmp/"

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

0 comments on commit a078c41

Please sign in to comment.