Skip to content

Commit

Permalink
Merge pull request #10334 from cpanato/fix-eksctl
Browse files Browse the repository at this point in the history
mitigate CVE-2023-48795 and GHSA-7ww5-4wqc-m92c for eksctl
  • Loading branch information
cpanato authored Dec 22, 2023
2 parents 437f6ff + ebb8087 commit f4823d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eksctl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: eksctl
version: 0.167.0
epoch: 0
epoch: 1
description:
copyright:
- license: Apache-2.0
Expand All @@ -25,7 +25,7 @@ pipeline:

- uses: go/bump
with:
deps: github.com/docker/[email protected] oras.land/[email protected]
deps: github.com/docker/[email protected] oras.land/[email protected] golang.org/x/[email protected] github.com/containerd/[email protected]

- runs: |
make binary
Expand Down

0 comments on commit f4823d4

Please sign in to comment.