Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit a8daf49

Browse files
authored
Add the new command to the readme (#12)
1 parent d050852 commit a8daf49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ argument and then outputs a JSON file with information about any known vulnerabi
1919
in releases that are listed in the SBOM. Takes an optional argument of
2020
`-o output.json` to write the output to a file.
2121

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

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

0 commit comments

Comments
 (0)