Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
trivy
/
Update vulnerability DB
Update vulnerability DB
trivy
Pre-download the latest vulnerability database
trivy image --download-db-only
⎘ copy
#trivy
#security
more trivy
all 15 commands →
Scan filesystem
trivy fs .
Scan Kubernetes cluster
trivy k8s --report summary cluster
Scan with SARIF output
trivy image --format sarif --output results.sarif myimage:tag
Scan config files
trivy config .
Filter by severity
trivy image --severity HIGH,CRITICAL myimage:tag