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 redis classifier #3281

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

witchcraze
Copy link
Contributor

This PR updates a binary cataloger for redis
Fixes #3279

t$ go run cmd/syft/main.go -q --platform=linux/arm/v5 redis:7.2 | grep redis
redis                     7.2.5                  binary

$ go run cmd/syft/main.go -q --platform=linux/arm/v7 redis:7.2 | grep redis
redis                     7.2.5                  binary

$ go run cmd/syft/main.go -q --platform=linux/386 redis:7.2 | grep redis
redis                     7.2.5                  binary
$ go run cmd/syft/main.go -q --platform=linux/arm/v5 redis:7.4 | grep redis
redis                     7.4.0                  binary

$ go run cmd/syft/main.go -q --platform=linux/arm/v7 redis:7.4 | grep redis
redis                     7.4.0                  binary

$ go run cmd/syft/main.go -q --platform=linux/386 redis:7.4 | grep redis
redis                     7.4.0                  binary

Signed-off-by: witchcraze <witchcraze@gmail.com>
In this case, 9000 byte was required...
Signed-off-by: witchcraze <witchcraze@gmail.com>
@willmurphyscode willmurphyscode self-assigned this Sep 26, 2024
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 Redis arm/v5, arm/v7, 386 in 7.2, 7.4, 8.0
2 participants