Skip to content

Commit 8b89fcc

Browse files
authored
chore: switch to new blackduck URL and new version (#233)
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 i've triggered the run and the expected artifacts can be found [here](https://github.com/mercedes-benz/garm-operator/actions/runs/12983502957) Signed-off-by: Mario Constanti <[email protected]>
1 parent 4b0848c commit 8b89fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/foss-scan.sh

Lines changed: 3 additions & 3 deletions
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}" \
@@ -95,8 +95,8 @@ bash <(curl -s -L https://detect.synopsys.com/detect8.sh) \
9595
chmod +x ./hack/generate-notices-file.sh
9696

9797
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
100100
fi
101101

102102
RC=$?

0 commit comments

Comments
 (0)