Skip to content
phaledang edited this page Feb 25, 2025 · 1 revision

Install on ubuntu

curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh

Run and get json file on the ubuntu, replace the ~/codepath with your folder

trivy fs ~/codepath --format cyclonedx --scanners vuln,license --license-full -o sborn.json

Clone this wiki locally