Skip to content

Commit

Permalink
support for go install
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Pina Tojal committed Nov 3, 2023
1 parent d591ec6 commit ffeae8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ Merged SBOM will have libA that depends on libB:1.0 and libC in main component o

To be implemented

## Install

## Run
```
go install github.com/fnxpt/cyclonedx-merge@latest
```

## Run with docker

```
docker run -v `pwd`/sbom/:/sbom/ fnxpt/cyclonedx-merge:latest --dir /sbom/ > output.json
Expand Down

0 comments on commit ffeae8c

Please sign in to comment.