Bug 55712 - Несоответствие между версией пакета и $ trivy-db help
Summary: Несоответствие между версией пакета и $ trivy-db help
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: trivy-db-tool (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: fl0pp5@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-25 12:28 MSK by Vladislav Glinkin
Modified: 2025-08-25 12:28 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladislav Glinkin 2025-08-25 12:28:14 MSK
Версия пакета:
trivy-db-tool-0.2.0-alt1

Шаги воспроизведения:
1) $ rpm -q trivy-db-tool && trivy-db help

Фактический результат:
Версии отличаются

Ожидаемый результат:
Версии совпадают

Дополнительно:
Версия прибита в /cmd/trivy-db/main.go:
  10 var (
  11         version = "0.0.1"
  12 )