Skip to content

Commit

Permalink
add note about buf (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetr authored Nov 19, 2024
1 parent 3dbada5 commit 2bee49a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ Examples of inbound traffic include:

### Build

- Run `make build` to generate the `semgrep-network-broker` binary
- Run `make docker` to generate a docker image
NOTE: The Semgrep Network broker uses [Buf](https://buf.build/) for protobuf compilation. If you are building the broker from scratch outside of Docker, make sure you have the Buf CLI installed: https://buf.build/docs/installation

- Run `make build` to build the `semgrep-network-broker` binary locally
- Run `make docker` to build a docker image
- Docker images are also published to [ghcr.io/semgrep/semgrep-network-broker](https://github.com/semgrep/semgrep-network-broker/pkgs/container/semgrep-network-broker)

### Keypairs
Expand Down

0 comments on commit 2bee49a

Please sign in to comment.