We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a42ab2 commit e0197c0Copy full SHA for e0197c0
README.md
@@ -32,6 +32,8 @@ cyclonedx-ruby [options]
32
`-o, --output bom_file_path` Path to output the bom file
33
`-f, --format bom_output_format` Output format for bom. Supported: xml (default), json
34
`-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
37
`-h, --help` Show help message
38
39
**Output:** bom.xml or bom.json file in project directory
0 commit comments