Skip to content

Commit

Permalink
docs: update compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
janbiasi committed Dec 13, 2024
1 parent 8b3a905 commit 6a28cdd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ Create [SBOMs]() _(Software Bill of Materials)_ in [CycloneDX](https://cyclonedx

### Requirements and Compatibility

| Plugin | Vite | Rollup | Node |
| ------ | ------ | ------ | ------ |
| v1 | v4, v5 | v3, v4 | 18, 20 |
| Plugin | Vite | Rollup | Node | CDX Spec |
| ------ | ---------- | ------ | ---------- | -------- |
| v1 | v4, v5 | v3, v4 | 18, 20 | 1.5 |
| v2 | v4, v5, v6 | v3, v4 | 18, 20, 22 | 1.6 |

We're always supporting LTS Node.js versions and versions which still have security support.
Plugin support will be dropped once a Node.js version reaches its final EOL.
Expand Down Expand Up @@ -69,7 +70,7 @@ export default {

| Name | Default | Description |
| ------------------- | ----------------- | ---------------------------------------------------------- |
| `specVersion` | `1.5` | The CycloneDX specification version to use |
| `specVersion` | `1.6` | The CycloneDX specification version to use |
| `rootComponentType` | `application` | The root component type, can be `library` or `application` |
| `outDir` | `cyclonedx` | The output directory where the BOM file will be saved. |
| `outFilename` | `bom` | The base filename for the SBOM files. |
Expand Down

0 comments on commit 6a28cdd

Please sign in to comment.