Skip to content

Commit ea034c0

Browse files
authored
Merge pull request #387 from krunalhinguu/add-v1.31.3
[v1.31] Add 1.31.3
2 parents b51a87c + 45142e2 commit ea034c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "HYPERKUBE=${image}"
2222
echo "HYPERKUBE=${image}" >> "$GITHUB_ENV"
2323
- name: Run Trivy scanner
24-
uses: aquasecurity/trivy-action@0.19.0
24+
uses: aquasecurity/trivy-action@0.29.0
2525
with:
2626
image-ref: ${{ env.HYPERKUBE }}
2727
exit-code: '1'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION?=v1.31.2
1+
K8S_VERSION?=v1.31.3
22

33
ARCH?=amd64
44
ALL_ARCH=amd64 arm64

0 commit comments

Comments
 (0)