We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
current latest release, v1.2.6 , but can't use the command bombardier --version to show its version
v1.2.6
bombardier --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.
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
alpine/bombardier
trivy
https://app.circleci.com/pipelines/github/alpine-docker/bombardier/2/workflows/96d743fc-d69b-4dde-9ad6-3e4a4a02f222/jobs/3
should be fixed, upgrade library golang.org/x/net to fixed version 0.17.0
golang.org/x/net
0.17.0
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
What version of bombardier are you using?
current latest release,
v1.2.6
, but can't use the commandbombardier --version
to show its versionin case you've built bombardier yourself or version obtained by
in case you are using binaries.
What operating system and processor architecture are you using (if relevant)?
What did you do?
Describe steps that can be used to reproduce the error.
create a image
alpine/bombardier
, and usetrivy
to scan it, there is on high reportedhttps://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 version0.17.0
What actually happened?
The text was updated successfully, but these errors were encountered: