Skip to content

Commit

Permalink
Merge pull request #388 from krunalhinguu/add-v1.30.7
Browse files Browse the repository at this point in the history
[v1.30] Add 1.30.7
  • Loading branch information
krunalhinguu authored Nov 27, 2024
2 parents 5d36647 + 2b12cd6 commit 727d474
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.30.6
K8S_VERSION?=v1.30.7

ARCH?=amd64
ALL_ARCH=amd64 arm64
Expand Down

0 comments on commit 727d474

Please sign in to comment.