Skip to content

Commit

Permalink
Merge pull request #387 from krunalhinguu/add-v1.31.3
Browse files Browse the repository at this point in the history
[v1.31] Add 1.31.3
  • Loading branch information
krunalhinguu authored Nov 27, 2024
2 parents b51a87c + 45142e2 commit ea034c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "HYPERKUBE=${image}"
echo "HYPERKUBE=${image}" >> "$GITHUB_ENV"
- name: Run Trivy scanner
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ env.HYPERKUBE }}
exit-code: '1'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
K8S_VERSION?=v1.31.2
K8S_VERSION?=v1.31.3

ARCH?=amd64
ALL_ARCH=amd64 arm64
Expand Down

0 comments on commit ea034c0

Please sign in to comment.