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
- `--rank-threshold`: Filter results to only show those with rank value at or below this threshold (e.g., `--rank-threshold 3` returns results with rank 1, 2, or 3). Lower rank values indicate higher quality matches.
490
+
- `--format`: Result output format (json or cyclonedx, default: json)
The `container-scan` subcommand allows you to scan Docker container images for dependencies. This command extracts and analyzes dependencies from container images, helping you identify open source components within containerized applications.
- Timeout in seconds for API communication (optional - default 600)
255
-
* - --best-match, -bm
256
-
- Enable best match mode (optional - default: False)
257
-
* - --threshold <1-100>
258
-
- Threshold for result matching (optional - default: 100)
255
+
* - --rank-threshold <number>
256
+
- Filter results to only show those with rank value at or below this threshold (e.g., --rank-threshold 3 returns results with rank 1, 2, or 3). Lower rank values indicate higher quality matches.
259
257
* - --settings <file>, -st <file>
260
258
- Settings file to use for scanning (optional - default scanoss.json)
0 commit comments