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 09:27] val |
сканер_trivy [2025/11/11 10:30] (current) val |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * [[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/]] | ||
| + | |||
| + | <code> | ||
| + | $ wget https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_Linux-64bit.deb | ||
| + | |||
| + | # dpkg -i trivy_0.67.2_Linux-64bit.deb | ||
| + | |||
| + | # trivy image pywebd | ||
| + | </code> | ||