Security/Container/Trivy: Difference between revisions
Jump to navigation
Jump to search
| Line 69: | Line 69: | ||
* [https://github.com/goharbor/harbor/wiki/Release-plans Security » Container » Trivy » Harbor » Release Plans] | * [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/releases/ Security » Container » Trivy » Harbor » Download] | ||
* [https://goharbor.io/docs/2.13.0/install-config/configure-https/ Security » Container » Trivy » Harbor » HTTPS] | |||
* [https://github.com/goharbor/harbor/wiki Security » Container » Trivy » Harbor » Wiki] | * [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] | ||
Revision as of 07:39, 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
Trivy » Scan
trivy image haproxy:2.8-alpine
trivy image httpd:2.4-alpine
trivy image nginx:alpine
trivy image nginx:1.27
Trivy » Harbor
cat <<'EXE'| bash
wget -cq https://github.com/goharbor/harbor/releases/download/v2.13.1/harbor-online-installer-v2.13.1.tgz -P ${HOME}/Downloads/
tar -xzf ${HOME}/Downloads/harbor-online-installer-v2.13.1.tgz -C ${HOME}/Downloads/
rsync -az ${HOME}/Downloads/harbor/ ${HOME}/Documents/harbor-playground/
rm -rf ${HOME}/Downloads/harbor-online-installer-v2.13.1.tgz
rm -rf ${HOME}/Downloads/harbor/
EXE
Playground
trivy version
trivy help
|
trivy image haproxy:latest
trivy image httpd:latest
|
trivy image nginx:latest
trivy image php:latest
|
|
| ||