trivy версии 0.70.0 (из sisyphus) на команду `trivy image --scanners vuln registry.altlinux.org/p10/alt:latest` возвращает Report Summary ┌────────────────────────────────────────────────────────────────────┬──────┬─────────────────┐ │ Target │ Type │ Vulnerabilities │ ├────────────────────────────────────────────────────────────────────┼──────┼─────────────────┤ │ registry.altlinux.org/p10/alt:latest (alt cpe:/o:alt:container:10) │ alt │ 0 │ └────────────────────────────────────────────────────────────────────┴──────┴─────────────────┘ ... trivy версии 0.66.0 (из p11) возвращает: Report Summary ┌────────────────────────────────────────────────────────────────────┬──────┬─────────────────┐ │ Target │ Type │ Vulnerabilities │ ├────────────────────────────────────────────────────────────────────┼──────┼─────────────────┤ │ registry.altlinux.org/p10/alt:latest (alt cpe:/o:alt:container:10) │ alt │ 97 │ └────────────────────────────────────────────────────────────────────┴──────┴─────────────────┘ ...