We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d36647 + 2b12cd6 commit 727d474Copy full SHA for 727d474
.github/workflows/trivy.yaml
@@ -21,7 +21,7 @@ jobs:
21
echo "HYPERKUBE=${image}"
22
echo "HYPERKUBE=${image}" >> "$GITHUB_ENV"
23
- name: Run Trivy scanner
24
- uses: aquasecurity/trivy-action@0.19.0
+ uses: aquasecurity/trivy-action@0.29.0
25
with:
26
image-ref: ${{ env.HYPERKUBE }}
27
exit-code: '1'
Makefile
@@ -1,4 +1,4 @@
1
-K8S_VERSION?=v1.30.6
+K8S_VERSION?=v1.30.7
2
3
ARCH?=amd64
4
ALL_ARCH=amd64 arm64
0 commit comments