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 │ └────────────────────────────────────────────────────────────────────┴──────┴─────────────────┘ ...
trivy-0.71.2-alt1 -> sisyphus: Mon Jun 29 2026 Aleksandr Gamzin <gamzin@altlinux> 0.71.2-alt1 - 0.71.2 - Fix order conditions bug in cpe detection. - Use normalized version for EOL check. (Closes: #59516) - Add `ALT Linux Team` to official vendor lists. (Closes: #59517) - Add sisyphus support. (Closes: #59518)