Merge branch 'main' into dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.26.0

pull/1589/head
chenk 2 months ago committed by GitHub
commit d8e7ed1c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

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

Loading…
Cancel
Save