This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
сканер_trivy [2025/11/11 09:57] val |
сканер_trivy [2025/11/11 10:30] (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/]] | ||
| + | |||
| + | <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> | ||