Skip to content

Commit 727d474

Browse files
authored
Merge pull request #388 from krunalhinguu/add-v1.30.7
[v1.30] Add 1.30.7
2 parents 5d36647 + 2b12cd6 commit 727d474

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.30.6
1+
K8S_VERSION?=v1.30.7
22

33
ARCH?=amd64
44
ALL_ARCH=amd64 arm64

0 commit comments

Comments
 (0)