Skip to content

Commit

Permalink
Update documentation for CycloneDX integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ejortega committed Aug 16, 2023
1 parent f476e66 commit fa17dca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/command_line_tool/phylum_analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Usage: phylum analyze [OPTIONS] [LOCKFILE]...

-t, --lockfile-type <type>
&emsp; Lock file type used for all lock files (default: auto)
&emsp; Accepted values: `npm`, `yarn`, `pnpm`, `gem`, `pip`, `poetry`, `pipenv`, `mvn`, `gradle`, `nugetlock`, `msbuild`, `go`, `cargo`, `spdx`, `auto`
&emsp; Accepted values: `npm`, `yarn`, `pnpm`, `gem`, `pip`, `poetry`, `pipenv`, `mvn`, `gradle`, `nugetlock`, `msbuild`, `go`, `cargo`, `spdx`, `cyclonedx`, `auto`

-v, --verbose...
&emsp; Increase the level of verbosity (the maximum is -vvv)
Expand Down
2 changes: 1 addition & 1 deletion docs/command_line_tool/phylum_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Usage: phylum init [OPTIONS] [PROJECT_NAME]

-t, --lockfile-type <type>
&emsp; Lock file type used for all lock files (default: auto)
&emsp; Accepted values: `npm`, `yarn`, `pnpm`, `gem`, `pip`, `poetry`, `pipenv`, `mvn`, `gradle`, `nugetlock`, `msbuild`, `go`, `cargo`, `spdx`, `auto`
&emsp; Accepted values: `npm`, `yarn`, `pnpm`, `gem`, `pip`, `poetry`, `pipenv`, `mvn`, `gradle`, `nugetlock`, `msbuild`, `go`, `cargo`, `spdx`, `cyclonedx`, `auto`

-f, --force
&emsp; Overwrite existing configurations without confirmation
Expand Down
2 changes: 1 addition & 1 deletion docs/command_line_tool/phylum_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Usage: phylum parse [OPTIONS] [LOCKFILE]...

-t, --lockfile-type <type>
&emsp; Lock file type used for all lock files (default: auto)
&emsp; Accepted values: `npm`, `yarn`, `pnpm`, `gem`, `pip`, `poetry`, `pipenv`, `mvn`, `gradle`, `nugetlock`, `msbuild`, `go`, `cargo`, `spdx`, `auto`
&emsp; Accepted values: `npm`, `yarn`, `pnpm`, `gem`, `pip`, `poetry`, `pipenv`, `mvn`, `gradle`, `nugetlock`, `msbuild`, `go`, `cargo`, `spdx`, `cyclonedx`, `auto`

-v, --verbose...
&emsp; Increase the level of verbosity (the maximum is -vvv)
Expand Down
1 change: 1 addition & 0 deletions docs/knowledge_base/analyzing-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The Phylum CLI supports processing many different lockfiles:
| `go` | `go.sum` |
| `cargo` | `Cargo.lock` |
| `spdx` | `*.spdx.json` <br /> `*.spdx.yaml` <br /> `*.spdx.yml` <br /> `*.spdx` |
| `cyclonedx` | `bom.json` <br /> `bom.xml` |

The lockfile type will be automatically detected based on the filename. If needed, this can be overridden with the
`--lockfile-type` (`-t`) option.
Expand Down

0 comments on commit fa17dca

Please sign in to comment.