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 haproxy classifier #3277

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

witchcraze
Copy link
Contributor

This PR updates a binary cataloger for haproxy
Fixes #3233

$ go run cmd/syft/main.go -q haproxy:1.8-rc | grep haproxy
haproxy                 1.8-rc4                binary
$ go run cmd/syft/main.go -q haproxy:2.0-dev4 | grep haproxy
haproxy                 2.0-dev4               binary
$ go run cmd/syft/main.go -q haproxy:2.0.0 | grep haproxy
haproxy                 2.0.0                  binary
$ go run cmd/syft/main.go -q haproxy:2.1.0 | grep haproxy
haproxy                 2.1.0                   binary
$ go run cmd/syft/main.go -q haproxy:2.2-rc | grep haproxy
haproxy                 2.2-dev12               binary
$ go run cmd/syft/main.go -q haproxy:2.2.0 | grep haproxy
haproxy                 2.2.0                   binary
$ go run cmd/syft/main.go -q haproxy:2.3-rc | grep haproxy
haproxy                 2.3-dev0                binary

Signed-off-by: witchcraze <[email protected]>
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 HAProxy rc and some old versions
1 participant