-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aryan Rajoria <[email protected]>
- Loading branch information
1 parent
92e1dee
commit 67732da
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ Sections include: | |
## Installing | ||
|
||
```shell | ||
npm install -g @cyclonedx/[email protected].9 | ||
npm install -g @cyclonedx/[email protected].10 | ||
``` | ||
|
||
If you are a [Homebrew][homebrew-homepage] user, you can also install [cdxgen][homebrew-cdxgen] via: | ||
|
@@ -403,7 +403,7 @@ To generate test public/private key pairs, you can run cdxgen by passing the arg | |
Use the bundled `cdx-verify` command, which supports verifying a single signature added at the bom level. | ||
|
||
```shell | ||
npm install -g @cyclonedx/[email protected].9 | ||
npm install -g @cyclonedx/[email protected].10 | ||
cdx-verify -i bom.json --public-key public.key | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ flowchart LR | |
## Installing | ||
|
||
```shell | ||
sudo npm install -g @cyclonedx/[email protected].9 | ||
sudo npm install -g @cyclonedx/[email protected].10 | ||
``` | ||
|
||
If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ cdxgen is available as an npm package, container image, and single application e | |
## Installation | ||
|
||
```shell | ||
sudo npm install -g @cyclonedx/[email protected].9 | ||
sudo npm install -g @cyclonedx/[email protected].10 | ||
``` | ||
|
||
If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via: | ||
|
@@ -63,7 +63,7 @@ cdxgen -t c -o bom.json | |
## Installation | ||
|
||
```shell | ||
sudo npm install -g @cyclonedx/[email protected].9 | ||
sudo npm install -g @cyclonedx/[email protected].10 | ||
``` | ||
|
||
## Usage | ||
|
@@ -237,7 +237,7 @@ To generate test public/private key pairs, you can run cdxgen by passing the arg | |
Use the bundled `cdx-verify` command, which supports verifying a single signature added at the bom level. | ||
|
||
```shell | ||
npm install -g @cyclonedx/[email protected].9 | ||
npm install -g @cyclonedx/[email protected].10 | ||
cdx-verify -i bom.json --public-key public.key | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cyclonedx/cdxgen", | ||
"version": "10.9.9", | ||
"version": "10.9.10", | ||
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image", | ||
"homepage": "http://github.com/cyclonedx/cdxgen", | ||
"author": "Prabhu Subramanian <[email protected]>", | ||
|