목차

trivy

CLI

trivy fs ./ --format template --template "@/usr/local/share/trivy/templates/html.tpl" -o report.html # 현재 경로 검색
trivy fs --format cyclonedx --scanners vuln --output sbom.json . # SBOM 작성

HELP

trivy --help