Skip to content

Commit e0197c0

Browse files
committed
📝 Document --validate and --validate-file
Signed-off-by: Peter H. Boling <[email protected]>
1 parent 0a42ab2 commit e0197c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ cyclonedx-ruby [options]
3232
`-o, --output bom_file_path` Path to output the bom file
3333
`-f, --format bom_output_format` Output format for bom. Supported: xml (default), json
3434
`-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
35+
`--validate` Validate the produced BOM against the selected CycloneDX schema
36+
`--validate-file PATH` Validate an existing BOM file instead of generating one
3537
`-h, --help` Show help message
3638

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

0 commit comments

Comments
 (0)