@soos-io/soos-sbom 1.3.2 → 1.3.3-pre.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/npm-shrinkwrap.json +2875 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ run `npm i -g @soos-io/soos-sbom@latest`
|
|
|
22
22
|
Then Run `soos-sbom` from any terminal and add the parameters you want.
|
|
23
23
|
|
|
24
24
|
### Locally
|
|
25
|
-
run `npm install --prefix ./soos @soos-io/soos-sbom`
|
|
25
|
+
run `npm install --ignore-scripts --prefix ./soos @soos-io/soos-sbom`
|
|
26
26
|
Then run from the same terminal `node ./soos/node_modules/@soos-io/soos-sbom/bin/index.js`
|
|
27
27
|
|
|
28
28
|
## Client Parameters
|