Skip to content

Commit

Permalink
Update ssri
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jul 3, 2023
1 parent 401968d commit c527c2d
Show file tree
Hide file tree
Showing 5 changed files with 1,276 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ sudo npm install -g @cyclonedx/cdxgen
sudo npm install -g @cyclonedx/[email protected]
```

Deno install is also supported.

```shell
deno install --allow-read --allow-env --allow-run --allow-sys=uid --allow-write -n cdxgen "npm:@cyclonedx/cdxgen@^9.0.1"
```

You can also use the cdxgen container image

```bash
Expand Down
24 changes: 16 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "9.0.1",
"version": "9.0.2",
"description": "Creates CycloneDX Software Bill-of-Materials (SBOM) from source or container image",
"homepage": "http://github.com/cyclonedx/cdxgen",
"author": "Prabhu Subramanian <[email protected]>",
Expand Down Expand Up @@ -64,7 +64,7 @@
"prettify-xml": "^1.2.0",
"properties-reader": "^2.2.0",
"semver": "^7.5.3",
"ssri": "^8.0.1",
"ssri": "^10.0.4",
"table": "^6.8.1",
"tar": "^6.1.15",
"uuid": "^9.0.0",
Expand Down
Loading

0 comments on commit c527c2d

Please sign in to comment.