-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add CycloneDX/cyclonedx-cli #8782
feat: add CycloneDX/cyclonedx-cli #8782
Conversation
[CycloneDX/cyclonedx-cli](https://github.com/CycloneDX/cyclonedx-cli): CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions ```console $ aqua g -i CycloneDX/cyclonedx-cli ``` ## How to confirm if this package works well Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible. Command and output ```console $ ``` If files such as configuration file are needed, please share them. ``` ``` Reference -
Thank you for your contribution! |
I read README, https://github.com/CycloneDX/cyclonedx-cli
--
I installed this tool with Homebrew according to the README, then installed command name is not $ brew install cyclonedx/cyclonedx/cyclonedx-cli
==> Tapping cyclonedx/cyclonedx
Cloning into '/opt/homebrew/Library/Taps/cyclonedx/homebrew-cyclonedx'...
remote: Enumerating objects: 51, done.
remote: Counting objects: 100% (51/51), done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 51 (delta 11), reused 45 (delta 8), pack-reused 0
Receiving objects: 100% (51/51), 20.50 KiB | 20.50 MiB/s, done.
Resolving deltas: 100% (11/11), done.
Tapped 2 formulae (15 files, 41.1KB).
==> Fetching cyclonedx/cyclonedx/cyclonedx-cli
==> Downloading https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.24.2/cyclonedx-osx-arm64
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/306314377/eab2b032-2d93-46bf-8fe7-bef194d8af9d?X-Amz-Algor
######################################################################## 100.0%
==> Installing cyclonedx-cli from cyclonedx/cyclonedx
🍺 /opt/homebrew/Cellar/cyclonedx-cli/0.24.2: 3 files, 21.8MB, built in 1 second
==> Running `brew cleanup cyclonedx-cli`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
$ which cyclonedx-cli
cyclonedx-cli not found
$ which cyclonedx
/opt/homebrew/bin/cyclonedx So I guess the command name should be |
Of course, we can support both |
I noticed the same problem too. |
CycloneDX/cyclonedx-cli: CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions
$ aqua g -i CycloneDX/cyclonedx-cli
How to confirm if this package works well
Command and output
Reference