https://github.com/cyclonedx/homebrew-cyclonedx
CycloneDX Homebrew Tap
https://github.com/cyclonedx/homebrew-cyclonedx
Last synced: 3 months ago
JSON representation
CycloneDX Homebrew Tap
- Host: GitHub
- URL: https://github.com/cyclonedx/homebrew-cyclonedx
- Owner: CycloneDX
- License: apache-2.0
- Created: 2022-03-02T19:14:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:50:27.000Z (8 months ago)
- Last Synced: 2024-10-28T13:49:37.415Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# homebrew-cyclonedx
## Installation
```shell
brew tap cyclonedx/cyclonedx
```## Formulae
#### CycloneDX CLI
Install [`cyclonedx-cli`](https://github.com/CycloneDX/cyclonedx-cli?tab=readme-ov-file#readme)
```shell
brew install cyclonedx-cli
```#### CycloneDX GoMod
Install [`cyclonedx-gomod`](https://github.com/CycloneDX/cyclonedx-gomod?tab=readme-ov-file#readme)
```shell
brew install cyclonedx-gomod
```----
## Updating
### For consumers
You found an outdated formula? Please let us know - open a github issue and request a bump:
### For maintainers
Formula updating is semi-automated.
Trigger it by dispatching the [github action "Update a formula"](https://github.com/CycloneDX/homebrew-cyclonedx/actions/workflows/update-formula.yml); this should result in a pull-request with the needed updates.
The PR is opened as bot, not as the dispatcher, so that the dispatcher/maintainer can review/approve/merge the PR as they like.