This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сканер_trivy [2025/11/11 10:30] val |
сканер_trivy [2026/03/18 08:58] (current) val |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * [[https://trivy.dev/|The All-in-One Security Scanner]] | * [[https://trivy.dev/|The All-in-One Security Scanner]] | ||
| * [[https://cisoclub.ru/skaner-uyazvimostej-docker-kontejnerov-trivy/]] | * [[https://cisoclub.ru/skaner-uyazvimostej-docker-kontejnerov-trivy/]] | ||
| + | |||
| + | * [[https://github.com/aquasecurity/trivy/tags]] | ||
| <code> | <code> | ||
| - | $ wget https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_Linux-64bit.deb | + | $ TR_VER=0.69.2 |
| + | |||
| + | $ wget https://github.com/aquasecurity/trivy/releases/download/v${TR_VER}/trivy_${TR_VER}_Linux-64bit.deb | ||
| - | # dpkg -i trivy_0.67.2_Linux-64bit.deb | + | # dpkg -i trivy_${TR_VER}_Linux-64bit.deb |
| # trivy image pywebd | # trivy image pywebd | ||
| </code> | </code> | ||