Skip to content

Commit

Permalink
bump moby to '[email protected]+incompatible', which looks to be the forma…
Browse files Browse the repository at this point in the history
…t needed in the 'replaces' section to remediate this CVE

Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm committed Dec 11, 2024
1 parent aa66eb7 commit 6f068c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubevela.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pipeline:
- uses: go/bump
with:
deps: github.com/containerd/[email protected] github.com/cloudflare/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] github.com/fluxcd/source-controller/[email protected] oras.land/[email protected] golang.org/x/[email protected] github.com/hashicorp/[email protected] github.com/moby/moby@v26.0.0
replaces: github.com/go-git/go-git/v5=github.com/go-git/go-git/[email protected] github.com/docker/docker=github.com/moby/moby@v26.0.0
deps: github.com/containerd/[email protected] github.com/cloudflare/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] github.com/fluxcd/source-controller/[email protected] oras.land/[email protected] golang.org/x/[email protected] github.com/hashicorp/[email protected] github.com/moby/moby@v26.1.0
replaces: github.com/go-git/go-git/v5=github.com/go-git/go-git/[email protected] github.com/docker/docker=github.com/moby/moby@v26.1.0+incompatible

- uses: go/build
with:
Expand Down

0 comments on commit 6f068c5

Please sign in to comment.