Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Readme_Workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ CaPyCLI offers some basic support to do this
* `CaPyCLI getdependencies MavenPom`
* `CaPyCLI getdependencies MavenList`

You can also convert a flat list of component names and version to a SBOM using the
`CaPyCLI bom FromFlatList` command. It is also possible to convert a CSV file to a SBOM using the
`CaPyCLI bom FromCSV` command.
You can also convert a flat list of component names and versions or a CSV file to an SBOM using the
`CaPyCLI bom Convert` command.

Again, this is only very basic support. For better results we recommend the tools provided by [CycloneDX](https://cyclonedx.org/):

Expand Down
Loading