We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa25a69 + 5c310ae commit b190b20Copy full SHA for b190b20
1 file changed
Readme_Workflow.md
@@ -42,9 +42,8 @@ CaPyCLI offers some basic support to do this
42
* `CaPyCLI getdependencies MavenPom`
43
* `CaPyCLI getdependencies MavenList`
44
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.
+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.
48
49
Again, this is only very basic support. For better results we recommend the tools provided by [CycloneDX](https://cyclonedx.org/):
50
0 commit comments