Skip to content

Commit

Permalink
keda: remove patches as applied upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored Nov 28, 2023
1 parent 89f21dc commit ec3cb58
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions keda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,6 @@ pipeline:
expected-commit: dc76ca70f19c22e8f0c806f84d95256d771f3dc9

- runs: |
# CVE-2023-39325
go get golang.org/x/[email protected]
# Remediate GHSA-m425-mq94-257g
go mod edit -droprequire=google.golang.org/grpc
go get google.golang.org/[email protected]
# google.golang.org/[email protected] changes the required sigs.k8s.io/custom-metrics-apiserver version
go mod edit -replace=sigs.k8s.io/custom-metrics-apiserver=sigs.k8s.io/[email protected]
# CVE-2023-45142
go get go.opentelemetry.io/contrib/instrumentation/net/http/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/otlpmetric/[email protected]
go get go.opentelemetry.io/otel/[email protected]
go mod edit -droprequire=go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
go get go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]
# GHSA-2c7c-3mj9-8fqh
go get github.com/go-jose/go-jose/[email protected]
Expand Down

0 comments on commit ec3cb58

Please sign in to comment.