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 #3180

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

witchcraze
Copy link
Contributor

This PR updates a binary cataloger for haproxy
Fixes #3134

$ go run cmd/syft/main.go -q haproxy:3.0-dev | grep haproxy
haproxy                 3.0-dev13              binary
$ go run cmd/syft/main.go -q haproxy:2.9-dev | grep haproxy
haproxy                 2.9-dev12                     binary
$ go run cmd/syft/main.go -q haproxy:1.9-dev11 | grep haproxy
haproxy                 1.9-dev11              binary

Signed-off-by: witchcraze <witchcraze@gmail.com>
Copy link
Contributor

@kzantow kzantow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @witchcraze !

@kzantow kzantow merged commit a343825 into anchore:main Sep 5, 2024
11 checks passed
@witchcraze witchcraze deleted the 3134_update_haproxy_classifier branch September 26, 2024 03:53
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 dev
3 participants