@conterra/vuln-scan 0.0.17 → 0.0.18
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 +2 -0
- package/dist/add-project.js +50 -2
- package/dist/add-statement.js +50 -19
- package/dist/remove-project.js +51 -2
- package/dist/vuln-scan.js +16 -14
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -216,6 +216,8 @@ AUTO_REMOVE_UNUSED_STATEMENTS=true
|
|
|
216
216
|
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
+
NOTE: This variables can be set in the `.env` file in the root of the project.
|
|
220
|
+
|
|
219
221
|
For each project following files are created in the `output` folder:
|
|
220
222
|
|
|
221
223
|
- `<project-name>-<project-version>-sbom.cdx.json`
|