Add cyclonedx (#1000)

Also improve check that gnu binaries are not needed if musl exists.
This commit is contained in:
John Vandenberg
2025-06-19 19:55:47 +08:00
committed by GitHub
parent 5b3d0ef321
commit 7afdc6d42b
15 changed files with 106 additions and 15 deletions

View File

@@ -776,6 +776,13 @@ for tool in "${tools[@]}"; do
;;
esac
;;
cyclonedx)
case "${host_os}" in
linux)
apt_install libicu-dev
;;
esac
;;
esac
download_from_download_info "${tool}" "${version}"