An open API service indexing awesome lists of open source software.

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

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.