Skip to content

Commit

Permalink
Add the new command to the readme (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenottingham authored Oct 10, 2024
1 parent d050852 commit a8daf49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ argument and then outputs a JSON file with information about any known vulnerabi
in releases that are listed in the SBOM. Takes an optional argument of
`-o output.json` to write the output to a file.

* `tidelift-sbom-reporter`: This takes a CycloneDX JSON file as the first argument and
then outputs a JSON file with information about any potential issue in releases that are
listed in the SBOM. The format of the output is the same as the Tidelift [All Projects
Violations](https://support.tidelift.com/hc/en-us/articles/24883174701332-All-projects-violations-report)
report. Issues shown include not just vulnerabilities, but also issues such as using
end-of-life or deprecated software. Takes an optional argument of `-o output.json` to
write the output to a file.

## Contributing

While this is primarily intended to guide others in the use of the Tidelift API,
Expand Down

0 comments on commit a8daf49

Please sign in to comment.