1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-06-25 09:22:38 +00:00

Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.38.0

This commit is contained in:
afdesk 2025-04-23 12:54:56 +06:00 committed by GitHub
commit 42ed678a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.24.1 AS build FROM golang:1.24.2 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile COPY makefile makefile
COPY go.mod go.sum ./ COPY go.mod go.sum ./

View File

@ -1,4 +1,4 @@
FROM golang:1.24.1 AS build FROM golang:1.24.2 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile COPY makefile makefile
COPY go.mod go.sum ./ COPY go.mod go.sum ./

View File

@ -1,4 +1,4 @@
FROM golang:1.24.1 AS build FROM golang:1.24.2 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile COPY makefile makefile
COPY go.mod go.sum ./ COPY go.mod go.sum ./

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/aquasecurity/kube-bench module github.com/aquasecurity/kube-bench
go 1.23.6 go 1.24.2
require ( require (
github.com/aws/aws-sdk-go-v2 v1.36.3 github.com/aws/aws-sdk-go-v2 v1.36.3