Commit 884779c6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: minor changes and fixes

parent 316546d7
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -45,11 +45,11 @@ If none is specified, the program will look for SBOM files matching `**/*.cyclon
### Options

| CLI option                | Env. Variable              | Description                                                                   |
| ------------------------- | ------------------------ | ----------------------------------------------------------------------------- |
| ------------------------- | -------------------------- | ----------------------------------------------------------------------------- |
| `-u` / `--base-api-url`   | `$DEPTRACK_BASE_API_URL`   | Dependency Track server base API url (includes `/api`) (**mandatory**)        |
| `-k` / `--api-key`        | `$DEPTRACK_API_KEY`        | Dependency Track API key (**mandatory**)                                      |
| `-p` / `--project-path`   | `$DEPTRACK_PROJECT_PATH`   | Dependency Track target project path to publish SBOM files to (**mandatory**) |
| `-s` / `--path-separator` | `$PATH_SEPARATOR`        | Separator to use in project path (default `/`)                                |
| `-s` / `--path-separator` | `$DEPTRACK_PATH_SEPARATOR` | Separator to use in project path (default `/`)                                |
| `-i` / `--insecure`       | `$DEPTRACK_INSECURE`       | Skip SSL verification                                                         |

## API Key permissions