You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start-example: Running Vulnscout as a user should not require NPM on the host
NPM is only required for devleopment! A user don't need it to run vulnscout.
*Changed start-example to start VS with examples with only docker-compose
*Changed the yaml examples to not mount the source code (required with NPM) if NPM is not used
*Added "docker-npm-overrde.yaml" to mount the source code for NPM dev use. Handled by start-example.sh with "npm-dev" or "npm-build"
Copy file name to clipboardExpand all lines: .vulnscout/example-spdx3/docker-example-spdx3.yml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ services:
10
10
# Put .spdx.json files in /scan/inputs/spdx
11
11
# Put .cdx.json and .cdx.xml files in /scan/inputs/cdx
12
12
# Put .json generated from yocto cve-check in /scan/inputs/yocto_cve_check
13
-
- ../../src:/scan/src:Z # Mount the source code on actual source code path. Only needed for development if you want to test changes in the source code.
14
13
- ../cache:/cache/vulnscout:Z # Cache directory for VulnScout to store the DB EPSS and NVD
Copy file name to clipboardExpand all lines: .vulnscout/example/docker-example.yml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,8 @@ services:
11
11
# Put .cdx.json and .cdx.xml files in /scan/inputs/cdx
12
12
# Put .json generated from yocto cve-check in /scan/inputs/yocto_cve_check
13
13
# Also accepted .tar, .tar.gz, .tar.zst for all inputs
14
-
- ../../src:/scan/src:Z # Mount the source code on actual source code path. Only needed for development if you want to test changes in the source code.
15
14
- ../cache:/cache/vulnscout:Z # Cache directory for VulnScout to store the DB EPSS and NVD
0 commit comments