Skip to content

Commit

Permalink
Merge pull request #20 from interlynk-io/surendrapathak-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
surendrapathak authored Mar 10, 2023
2 parents b2aef9d + f8cac0f commit 4228121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/interlynk-io/sbomex.svg)](https://pkg.go.dev/github.com/interlynk-io/sbomex)
[![Go Report Card](https://goreportcard.com/badge/github.com/interlynk-io/sbomex)](https://goreportcard.com/report/github.com/interlynk-io/sbomex)

`sbomex` is a command line utility to help query and fetch Interlynk's public SBOM repository. The tool is intended to help familiarize with the specifications and formats of common SBOM standards and the quality of produced SBOMs (See [sbomqs](https://github.com/interlynk-io/sbomqs/) - SBOM Quality Score for how the score is computed).
`sbomex` is a command line utility to help query and pull from Interlynk's public SBOM repository. The tool is intended to help familiarize with the specifications and formats of common SBOM standards and the quality of produced SBOMs (See [sbomqs](https://github.com/interlynk-io/sbomqs/) - SBOM Quality Score for how the score is computed).

The underlying repository is updated periodically with SBOMs from a variety of sources built with many tools.

Expand All @@ -39,9 +39,9 @@ sbomex search --format json --spec cdx --tool trivy --limit 5
41 centos:7 7.38 cdx-json trivy-0.36.1
```

## `sbomex fetch` : Downloads specified SBOM from the repository and prints to the screen
## `sbomex pull` : Downloads specified SBOM from the repository and prints to the screen
```sh
sbomex fetch --id 23
sbomex pull --id 23
```
```
{
Expand Down

0 comments on commit 4228121

Please # to comment.