We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What happened: Syft reports mysql version 8.0 when scanning mysql:8.0.37-bookworm with the binary cataloger:
8.0
mysql:8.0.37-bookworm
$ syft mysql:8.0.37-bookworm --select-catalogers binary NAME VERSION TYPE ... mysql 8.0 binary
What you expected to happen: Syft should report mysql version of 8.0.37, but instead reports 8.0
8.0.37
Environment:
syft version
Application: syft Version: 1.11.0 BuildDate: 2024-08-09T10:14:10Z GitCommit: Homebrew GitDescription: [not provided] Platform: darwin/amd64 GoVersion: go1.22.6 Compiler: gc
cat /etc/os-release
The text was updated successfully, but these errors were encountered:
kzantow
Successfully merging a pull request may close this issue.
What happened:
Syft reports mysql version
8.0
when scanningmysql:8.0.37-bookworm
with the binary cataloger:What you expected to happen:
Syft should report mysql version of
8.0.37
, but instead reports8.0
Environment:
syft version
:cat /etc/os-release
or similar): macOS/allThe text was updated successfully, but these errors were encountered: