Skip to content

Commit

Permalink
Merge pull request #69 from interlynk-io/riteshnoronha-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshnoronha authored Jul 8, 2024
2 parents 248ff63 + 619e870 commit c244c40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ sbomasm assemble -n "mega spdx app" -v "1.0.0" -t "application" -o final-product
```sh
sbomasm assemble -n "mega cdx app" -v "1.0.0" -t "application" -o final-product.cdx.json sbom1.json sbom2.json sbom3.json
```
`sbomasm` in an AirGapped Environment
```sh
INTERLYNK_DISABLE_VERSION_CHECK=true sbomasm assemble -n "mega cdx app" -v "1.0.0" -t "application" -o final-product.cdx.json sbom1.json sbom2.json sbom3.json
```

# Features
- SBOM format agnostic
Expand Down

0 comments on commit c244c40

Please sign in to comment.