Security/Container/Trivy: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 57: Line 57:
|valign='top'|
|valign='top'|
* [https://github.com/aquasecurity/trivy/releases Security » Container » Trivy » Download]
* [https://github.com/aquasecurity/trivy/releases Security » Container » Trivy » Download]
* [https://trivy.dev/latest/getting-started/installation/ Security » Container » Trivy » Install]
* [https://trivy.dev/latest/docs/target/container_image/ Security » Container » Trivy » Docs]
* [https://trivy.dev/latest/docs/target/container_image/ Security » Container » Trivy » Docs]
* [https://trivy.dev/latest/ Security » Container » Trivy]
* [https://trivy.dev/latest/ Security » Container » Trivy]

Revision as of 06:41, 3 June 2025

cat <<'EXE'| sudo bash
wget -cq https://github.com/aquasecurity/trivy/releases/download/v0.63.0/trivy_0.63.0_Linux-64bit.tar.gz -P ${HOME}/Downloads
tar -xzf ${HOME}/Downloads/trivy_0.63.0_Linux-64bit.tar.gz -C ${HOME}/Downloads
rm  -rf  ${HOME}/Downloads/trivy_0.63.0_Linux-64bit.tar.gz
mv       ${HOME}/Downloads/trivy /usr/local/bin/
EXE

Snyk » Trivy

trivy image haproxy:2.8-alpine
trivy image httpd:2.4-alpine
trivy image nginx:alpine
trivy image nginx:1.27

Playground

trivy version
trivy help
trivy image haproxy:latest
trivy image httpd:latest
trivy image nginx:latest
trivy image php:latest

References