Skip to content

Commit 8ec09e4

Browse files
committed
📝 Document --validate and --validate-file
Signed-off-by: Peter H. Boling <peter.boling@gmail.com>
1 parent 6dc4d68 commit 8ec09e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ cyclonedx-ruby [options]
3333
`-o, --output bom_file_path` Path to output the bom file
3434
`-f, --format bom_output_format` Output format for bom. Supported: xml (default), json
3535
`-s, --spec-version version` CycloneDX spec version to target (default: 1.7). Supported: 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7
36+
`--validate` Validate the produced BOM against the selected CycloneDX schema
37+
`--validate-file PATH` Validate an existing BOM file instead of generating one
3638
`-h, --help` Show help message
3739

3840
**Output:** bom.xml or bom.json file in project directory

0 commit comments

Comments
 (0)