readonlyuser1

Results 12 comments of readonlyuser1

``` CYCLONEDXCLI_LATEST_URL=`curl -s https://api.github.com/repos/CycloneDX/cyclonedx-cli/releases/latest | jq -r '.assets[] | select(.name | contains ("-linux-x64")) | .browser_download_url' | grep -v md5` mkdir -p /opt/cyclonedx-cli wget -q -O /opt/cyclonedx-cli/cyclonedx-cli ${CYCLONEDXCLI_LATEST_URL} chmod +x /opt/cyclonedx-cli/cyclonedx-cli...

This is a feature that I would love to see added, but it seems to be stalled.