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 b51a87c + 45142e2 commit ea034c0Copy full SHA for ea034c0
.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.31.2
+K8S_VERSION?=v1.31.3
2
3
ARCH?=amd64
4
ALL_ARCH=amd64 arm64
0 commit comments