File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,16 @@ sub-commands:
71
71
# ## SBOM sub-command
72
72
73
73
` ` ` shell
74
- usage: blint sbom [-h] [-i SRC_DIR_IMAGE [SRC_DIR_IMAGE ...]] [--output-file SBOM_OUTPUT]
74
+ usage: blint sbom [-h] [-i SRC_DIR_IMAGE [SRC_DIR_IMAGE ...]] [-o SBOM_OUTPUT] [--deep ]
75
75
76
76
options:
77
77
-h , --help show this help message and exit
78
78
-i SRC_DIR_IMAGE [SRC_DIR_IMAGE ...], --src SRC_DIR_IMAGE [SRC_DIR_IMAGE ...]
79
79
Source directories, container images or binary files. Defaults to current directory.
80
- --output-file SBOM_OUTPUT
80
+ -o SBOM_OUTPUT, - -output-file SBOM_OUTPUT
81
81
SBOM output file. Defaults to bom.json in current directory.
82
+ --deep Enable deep mode to collect more used symbols and modules aggressively. Slow
83
+ operation.
82
84
` ` `
83
85
84
86
To test any binary including default commands
@@ -109,6 +111,12 @@ blint sbom -i /path/to/apk -o bom.json
109
111
blint sbom -i /directory/with/apk/aab -o bom.json
110
112
` ` `
111
113
114
+ To parse all files including ` .dex` files, pass ` --deep` argument.
115
+
116
+ ` ` ` shell
117
+ blint sbom -i /path/to/apk -o bom.json --deep
118
+ ` ` `
119
+
112
120
PowerShell example
113
121
114
122
! [PowerShell](./docs/blint-powershell.jpg)
You can’t perform that action at this time.
0 commit comments