Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$TARGETPLATFORM golang:1.23 AS builder
FROM --platform=$TARGETPLATFORM golang:1.25 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/validator-labs/validator-plugin-kubescape
go 1.23.6

require (
github.com/go-logr/logr v1.4.2
github.com/kubescape/kubevuln v0.3.33
github.com/kubescape/storage v0.0.111
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
github.com/validator-labs/validator v0.1.0
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
k8s.io/client-go v0.31.0
sigs.k8s.io/cluster-api v1.8.2
sigs.k8s.io/controller-runtime v0.19.0
github.com/go-logr/logr v1.4.3
github.com/kubescape/kubevuln v0.3.85
github.com/kubescape/storage v0.0.210
github.com/onsi/ginkgo/v2 v2.25.2
github.com/onsi/gomega v1.38.2
github.com/validator-labs/validator v0.1.16
k8s.io/api v0.34.0
k8s.io/apimachinery v0.34.0
k8s.io/client-go v0.34.0
sigs.k8s.io/cluster-api v1.11.0
sigs.k8s.io/controller-runtime v0.22.0
)

require (
Expand Down
Loading