Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
trivy
/
Scan config files
Scan config files
trivy
Scan IaC config files for misconfigurations
trivy config .
⎘ copy
#trivy
#security
#iac
#config
more trivy
all 15 commands →
Filter by severity
trivy image --severity HIGH,CRITICAL myimage:tag
Ignore unfixed vulns
trivy image --ignore-unfixed myimage:tag
Scan sbom
trivy sbom ./sbom.json
Scan filesystem
trivy fs --severity HIGH,CRITICAL .
Scan k8s cluster
trivy k8s --report summary cluster