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
Fully open-source security and license audit for application dependencies and container images based on known vulnerabilities and advisories.
114
115
@@ -138,7 +139,8 @@ options:
138
139
--cdxgen-args CDXGEN_ARGS
139
140
Additional arguments to pass to cdxgen
140
141
--private-ns PRIVATE_NS
141
-
Private namespace to use while performing oss risk audit. Private packages should not be available in public registries by default. Comma separated values accepted.
142
+
Private namespace to use while performing oss risk audit. Private packages should not be available in public registries by default. Comma separated
143
+
values accepted.
142
144
-t, --type PROJECT_TYPE [PROJECT_TYPE ...]
143
145
Override project types if auto-detection is incorrect. Multiple values supported.
144
146
--bom BOM Examine using the given Software Bill-of-Materials (SBOM) file in CycloneDX format. Use cdxgen command to produce one.
@@ -150,7 +152,7 @@ options:
150
152
Filename of the custom report written to the --reports-dir
151
153
--deep Perform deep scan by passing this --deep argument to cdxgen. Useful while scanning docker images and OS packages.
152
154
--fuzzy-search Perform fuzzy search by creating variations of package names. Use this when the input SBOM lacks a PURL.
153
-
--search-order {purlpcu,cpe,cpu,url}
155
+
--search-order {purl,pcu,cpe,cpu,url}
154
156
Attributes to use while searching for vulnerabilities. Default: PURL, CPE, URL (pcu).
155
157
--no-universal Depscan would attempt to perform a single universal scan instead of individual scans per language type.
156
158
--no-vuln-table Do not print the table with the full list of vulnerabilities. This can help reduce console output.
Fully open-source security and license audit for application dependencies and container images based on known vulnerabilities and advisories.
42
43
@@ -66,7 +67,8 @@ options:
66
67
--cdxgen-args CDXGEN_ARGS
67
68
Additional arguments to pass to cdxgen
68
69
--private-ns PRIVATE_NS
69
-
Private namespace to use while performing oss risk audit. Private packages should not be available in public registries by default. Comma separated values accepted.
70
+
Private namespace to use while performing oss risk audit. Private packages should not be available in public registries by default. Comma separated
71
+
values accepted.
70
72
-t, --type PROJECT_TYPE [PROJECT_TYPE ...]
71
73
Override project types if auto-detection is incorrect. Multiple values supported.
72
74
--bom BOM Examine using the given Software Bill-of-Materials (SBOM) file in CycloneDX format. Use cdxgen command to produce one.
@@ -78,7 +80,7 @@ options:
78
80
Filename of the custom report written to the --reports-dir
79
81
--deep Perform deep scan by passing this --deep argument to cdxgen. Useful while scanning docker images and OS packages.
80
82
--fuzzy-search Perform fuzzy search by creating variations of package names. Use this when the input SBOM lacks a PURL.
81
-
--search-order {purlpcu,cpe,cpu,url}
83
+
--search-order {purl,pcu,cpe,cpu,url}
82
84
Attributes to use while searching for vulnerabilities. Default: PURL, CPE, URL (pcu).
83
85
--no-universal Depscan would attempt to perform a single universal scan instead of individual scans per language type.
84
86
--no-vuln-table Do not print the table with the full list of vulnerabilities. This can help reduce console output.
0 commit comments