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

can't pass trivy scan #107

Open
ozbillwang opened this issue Jan 9, 2024 · 1 comment
Open

can't pass trivy scan #107

ozbillwang opened this issue Jan 9, 2024 · 1 comment

Comments

@ozbillwang
Copy link

ozbillwang commented Jan 9, 2024

What version of bombardier are you using?

current latest release, v1.2.6 , but can't use the command bombardier --version to show its version

in case you've built bombardier yourself or version obtained by

$ bombardier --version

bombardier version unspecified linux/arm64

in case you are using binaries.

What operating system and processor architecture are you using (if relevant)?

  • linux/amd64
  • linux/arm64

What did you do?

Describe steps that can be used to reproduce the error.

create a image alpine/bombardier, and use trivy to scan it, there is on high reported
image

https://app.circleci.com/pipelines/github/alpine-docker/bombardier/2/workflows/96d743fc-d69b-4dde-9ad6-3e4a4a02f222/jobs/3

What you expected to happen?

should be fixed, upgrade library golang.org/x/net to fixed version 0.17.0

What actually happened?

@ozbillwang
Copy link
Author

ozbillwang commented Jan 9, 2024

ok, seems the issue has been fixed by latest code,

https://github.com/codesenberg/bombardier/blob/master/go.mod#L24

	golang.org/x/net v0.17.0 // indirect

but not in the latest release v1.2.6

https://github.com/codesenberg/bombardier/blob/v1.2.6/go.mod#L12

	golang.org/x/net v0.9.0

So when can we have the latest code with new release tag?

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

No branches or pull requests

1 participant