-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove npm tests as no longer valid Signed-off-by: Aryan Rajoria <[email protected]> * run lint Signed-off-by: Aryan Rajoria <[email protected]> * add testcases Signed-off-by: Aryan Rajoria <[email protected]> * remove console log Signed-off-by: Aryan Rajoria <[email protected]> * fix typo Signed-off-by: Aryan Rajoria <[email protected]> * bump to 10.9.9 Signed-off-by: Aryan Rajoria <[email protected]> * bump to 10.9.9 jsr.json Signed-off-by: Aryan Rajoria <[email protected]> * remove empty pregen.test.js Signed-off-by: Aryan Rajoria <[email protected]> * fix issues pointed out by eslint Signed-off-by: Aryan Rajoria <[email protected]> --------- Signed-off-by: Aryan Rajoria <[email protected]>
- Loading branch information
1 parent
f1a60cd
commit 38cd3df
Showing
8 changed files
with
41 additions
and
19 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].8 | ||
npm install -g @cyclonedx/[email protected].9 | ||
``` | ||
|
||
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].8 | ||
npm install -g @cyclonedx/[email protected].9 | ||
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].8 | ||
sudo npm install -g @cyclonedx/[email protected].9 | ||
``` | ||
|
||
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].8 | ||
sudo npm install -g @cyclonedx/[email protected].9 | ||
``` | ||
|
||
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].8 | ||
sudo npm install -g @cyclonedx/[email protected].9 | ||
``` | ||
|
||
## 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].8 | ||
npm install -g @cyclonedx/[email protected].9 | ||
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
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.8", | ||
"version": "10.9.9", | ||
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image", | ||
"homepage": "http://github.com/cyclonedx/cdxgen", | ||
"author": "Prabhu Subramanian <[email protected]>", | ||
|
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