Skip to content

Commit b190b20

Browse files
authored
Merge pull request #211 from sw360/fix-Readme_Workflow
fix(Readme_Workflow): adapt to new "bom convert" syntax
2 parents fa25a69 + 5c310ae commit b190b20

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Readme_Workflow.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ CaPyCLI offers some basic support to do this
4242
* `CaPyCLI getdependencies MavenPom`
4343
* `CaPyCLI getdependencies MavenList`
4444

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

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

0 commit comments

Comments
 (0)