Skip to content

Commit 6a461fc

Browse files
committed
Readme update
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 18f00f8 commit 6a461fc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@ sub-commands:
7171
### SBOM sub-command
7272
7373
```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]
7575

7676
options:
7777
-h, --help show this help message and exit
7878
-i SRC_DIR_IMAGE [SRC_DIR_IMAGE ...], --src SRC_DIR_IMAGE [SRC_DIR_IMAGE ...]
7979
Source directories, container images or binary files. Defaults to current directory.
80-
--output-file SBOM_OUTPUT
80+
-o SBOM_OUTPUT, --output-file SBOM_OUTPUT
8181
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.
8284
```
8385
8486
To test any binary including default commands
@@ -109,6 +111,12 @@ blint sbom -i /path/to/apk -o bom.json
109111
blint sbom -i /directory/with/apk/aab -o bom.json
110112
```
111113
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+
112120
PowerShell example
113121
114122
![PowerShell](./docs/blint-powershell.jpg)

0 commit comments

Comments
 (0)