Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ruby classifier #3285

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

witchcraze
Copy link
Contributor

This PR updates a binary cataloger for ruby
Fixes #3238
Fixes #3239

$ go run cmd/syft/main.go -q ruby:3.4-rc | grep 'ruby '
ruby                          3.4.0preview1                   binary

$ go run cmd/syft/main.go -q ruby:3.3.0-rc1 | grep 'ruby '
ruby                          3.3.0rc1                        binary

$ go run cmd/syft/main.go -q rubylang/ruby:master-jammy | grep 'ruby '
ruby                 3.4.0dev                                 binary

Signed-off-by: witchcraze <[email protected]>
@kzantow kzantow merged commit 1a746b2 into anchore:main Sep 27, 2024
12 checks passed
@kzantow
Copy link
Contributor

kzantow commented Sep 27, 2024

Thanks @witchcraze !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support rubylang/ruby dev versions Support ruby rc, preview
2 participants