-
Notifications
You must be signed in to change notification settings - Fork 26
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
Various updates to fix CVEs #1465
Conversation
🤖 Created branch: z_pr1465/dfarrell07/http_cves |
e330e23
to
67f5327
Compare
Update generated by `go get -u google.golang.org/grpc`/`go mod tidy`. Fixes GHSA-m425-mq94-257g and GHSA-qppj-fm5r-hxr3. Signed-off-by: Daniel Farrell <[email protected]>
Update generated by `go get -u github.com/docker/docker`/`go mod tidy`. Signed-off-by: Daniel Farrell <[email protected]>
1e1aaef
to
a6be382
Compare
Update generated by ``` go get -u go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp go get -u go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp go get -u \ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc go get -u go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc go mod tidy ``` Signed-off-by: Daniel Farrell <[email protected]>
``` go get -u \ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace go mod tidy ``` Signed-off-by: Daniel Farrell <[email protected]>
Clean up clusters failed. I don't have an option to re-run it (yet?). |
I was able to re-run once the rest of the workflow completed. Waiting on results.. |
And it passed ✔️ |
🤖 Closed branches: [z_pr1465/dfarrell07/http_cves] |
See commit messages for details.