Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
trivy
/
Scan sbom
Scan sbom
trivy
Scan a Software Bill of Materials file for vulnerabilities
trivy sbom ./sbom.json
⎘ copy
#trivy
#security
#sbom
#scan
more trivy
all 15 commands →
Scan filesystem
trivy fs --severity HIGH,CRITICAL .
Scan k8s cluster
trivy k8s --report summary cluster
Scan specific namespace
trivy k8s --namespace production --report summary all
Scan Helm chart
trivy config ./my-chart
Scan with JSON output
trivy image --format json -o results.json img:tag