Security/Container/Trivy: Difference between revisions
Jump to navigation
Jump to search
| Line 56: | Line 56: | ||
{| | {| | ||
|valign='top'| | |valign='top'| | ||
* [https://github.com/goharbor/harbor/wiki/Release-plans Security » Container » Trivy » Harbor » Release Plans] | |||
* [https://github.com/goharbor/harbor/releases/ Security » Container » Trivy » Harbor » Download] | |||
* [https://github.com/goharbor/harbor/wiki Security » Container » Trivy » Harbor » Wiki] | |||
* [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/getting-started/installation/ Security » Container » Trivy » Install] | ||
Revision as of 07:04, 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
|
| ||
|
| ||