Skip to content

Commit eae1587

Browse files
Fix trivy security scan vulnerabilities (kubernetes-sigs#2460)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 96d14dc commit eae1587

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RELEASE_NOTES_DIR := CHANGELOG
8484
OUTPUT_TYPE ?= type=registry
8585

8686
# Go
87-
GO_VERSION ?=1.24.3
87+
GO_VERSION ?=1.24.6
8888
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
8989

9090
# Trivy

hack/ccm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# limitations under the License.
1414

1515
# Go
16-
GO_VERSION ?=1.23.9
16+
GO_VERSION ?=1.24.6
1717
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
1818

1919
REGISTRY=gcr.io/k8s-staging-capi-ibmcloud
2020
IMG=powervs-cloud-controller-manager
2121

2222
# POWERVS_CLOUD_CONTROLLER_COMMIT can be fetched from here https://github.com/openshift/cloud-provider-powervs/commits/main
23-
POWERVS_CLOUD_CONTROLLER_COMMIT?=ef83f3f
23+
POWERVS_CLOUD_CONTROLLER_COMMIT?=2424e8d
2424
TAG?=$(POWERVS_CLOUD_CONTROLLER_COMMIT)
2525

2626
build-image: init-buildx gcloud-auth

hack/ccm/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
substitution_option: ALLOW_LOOSE
55
machineType: 'E2_HIGHCPU_8'
66
steps:
7-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241111-71c32dbdcc'
7+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079'
88
dir: 'hack/ccm'
99
entrypoint: make
1010
env:

0 commit comments

Comments
 (0)