File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$TARGETPLATFORM golang:1.23 AS builder
2
+ FROM --platform=$TARGETPLATFORM golang:1.24 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ module github.com/validator-labs/validator-plugin-kubescape
3
3
go 1.23.6
4
4
5
5
require (
6
- github.com/go-logr/logr v1.4.2
7
- github.com/kubescape/kubevuln v0.3.33
8
- github.com/kubescape/storage v0.0.111
9
- github.com/onsi/ginkgo/v2 v2.20.2
10
- github.com/onsi/gomega v1.34.2
11
- github.com/validator-labs/validator v0.1.0
12
- k8s.io/api v0.31.0
13
- k8s.io/apimachinery v0.31.0
14
- k8s.io/client-go v0.31.0
15
- sigs.k8s.io/cluster-api v1.8.2
16
- sigs.k8s.io/controller-runtime v0.19 .0
6
+ github.com/go-logr/logr v1.4.3
7
+ github.com/kubescape/kubevuln v0.3.83
8
+ github.com/kubescape/storage v0.0.206
9
+ github.com/onsi/ginkgo/v2 v2.23.4
10
+ github.com/onsi/gomega v1.38.0
11
+ github.com/validator-labs/validator v0.1.16
12
+ k8s.io/api v0.33.3
13
+ k8s.io/apimachinery v0.33.3
14
+ k8s.io/client-go v0.33.3
15
+ sigs.k8s.io/cluster-api v1.10.4
16
+ sigs.k8s.io/controller-runtime v0.21 .0
17
17
)
18
18
19
19
require (
You can’t perform that action at this time.
0 commit comments