Back to Tags
Offline
6 items tagged with "offline"
Filter by type:
FAQs3
FAQ
Can I run Vibgrate without internet access?
Yes. Use --offline with --package-manifest ./latest-packages.zip (pre-downloaded manifest). Download the manifest from github.com/vibgrate/manifests o...
FAQ
Why is the scan taking a long time?
Slow scans are usually due to registry network calls. Try --concurrency 16 to increase parallel registry requests. For repeated scans, results are cac...
FAQ
Can I scan for vulnerabilities offline or air-gapped?
Yes. `vg scan --vulns` queries the OSV database over the network by default, but you can supply advisories in a package-version manifest and run fully...