Skip to content

Commit 6c28dba

Browse files
Fix trivy security scan vulnerabilities (#2465)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 6983883 commit 6c28dba

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ issues:
208208

209209
run:
210210
go: "1.23"
211-
timeout: 10m
211+
timeout: 20m
212212
build-tags:
213213
- tools
214214
- e2e

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.23.10
87+
GO_VERSION ?=1.24.6
8888
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
8989

9090
# Trivy

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:v20250116-2a05ea7e3d'
7+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079'
88
entrypoint: bash
99
env:
1010
- DOCKER_CLI_EXPERIMENTAL=enabled

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.10
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:

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.23.10"
7+
GO_VERSION = "1.24.6"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)