Getting started¶
1) Go to the project directory¶
cd /path/to/your/project
2) Run the first scan¶
bscan scan
The HTML report is saved in reports/ with the default name format basiliskscan-report-YYYYMMDD-HHMMSS.html.
3) Open the report¶
# Windows
start reports\basiliskscan-report-YYYYMMDD-HHMMSS.html
# Linux
xdg-open reports/basiliskscan-report-YYYYMMDD-HHMMSS.html
# macOS
open reports/basiliskscan-report-YYYYMMDD-HHMMSS.html
Quick tips¶
- To speed up execution, skip vulnerability queries:
bscan scan --skip-vulns
- To include transitive dependencies in the report:
bscan scan --include-transitive
- To use only the local offline database:
bscan scan --offline