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 traefik classifier for linux/arm/v6, linux/riscv64 #3077

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

witchcraze
Copy link
Contributor

This PR updates a binary cataloger for traefik
Fixes #3038

$ go run cmd/syft/main.go -q library/traefik:3.0 --platform linux/arm/v6 | grep traefik
github.com/traefik/grpc-web                                                           v0.16.0                                go-module
github.com/traefik/paerser                                                            v0.2.0                                 go-module
github.com/traefik/traefik/v3                                                         v0.0.0-20240702134203-d42e75bb2eab     go-module
github.com/traefik/yaegi                                                              v0.16.1                                go-module
traefik                                                                               3.0.4                                  binary
$ go run cmd/syft/main.go -q library/traefik:3.0 --platform linux/riscv64 | grep traefik
github.com/traefik/grpc-web                                                           v0.16.0                                go-module
github.com/traefik/paerser                                                            v0.2.0                                 go-module
github.com/traefik/traefik/v3                                                         v0.0.0-20240702134203-d42e75bb2eab     go-module
github.com/traefik/yaegi                                                              v0.16.1                                go-module
traefik                                                                               3.0.4                                  binary
$ go run cmd/syft/main.go -q library/traefik:2.11 --platform linux/arm/v6 | grep traefik
github.com/traefik/paerser                                                            v0.2.0                                       go-module
github.com/traefik/traefik/v2                                                         v0.0.0-20240702122203-927f0bc01a78           go-module
github.com/traefik/yaegi                                                              v0.16.1                                      go-module
traefik                                                                               2.11.6                                       binary
$ go run cmd/syft/main.go -q library/traefik:2.11 --platform linux/riscv64 | grep traefik
github.com/traefik/paerser                                                            v0.2.0                                       go-module
github.com/traefik/traefik/v2                                                         v0.0.0-20240702122203-927f0bc01a78           go-module
github.com/traefik/yaegi                                                              v0.16.1                                      go-module
traefik                                                                               2.11.6                                       binary

Signed-off-by: witchcraze <witchcraze@gmail.com>
@kzantow kzantow merged commit 490e05a into anchore:main Jul 29, 2024
11 checks passed
@kzantow
Copy link
Contributor

kzantow commented Jul 29, 2024

Thanks for the contribution, @witchcraze !

@witchcraze witchcraze deleted the 3038_update_traefik_classifier branch July 30, 2024 05:26
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 traefik in linux/arm/v6, linux/riscv64
2 participants