File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 1.1.27
1
+ 1.1.28
Original file line number Diff line number Diff line change 21
21
if : github.event_name != 'pull_request' || !github.event.pull_request.draft
22
22
runs-on : ubuntu-latest
23
23
container :
24
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.27
24
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.28
25
25
credentials :
26
26
username : ${{ github.actor }}
27
27
password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 9
9
name : Trivy
10
10
runs-on : ubuntu-latest
11
11
container
12
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.27
12
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.28
13
13
credentials :
14
14
username : ${{ github.actor }}
15
15
password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest AS wolfi
34
34
# update: datasource=github-tags depName=kubernetes-sigs/cluster-api
35
35
ARG CLUSTERCTL_VERSION="v1.8.1"
36
36
# update: datasource=github-tags depName=helm/helm
37
- ENV HELM_VERSION="v3.17.0 "
37
+ ENV HELM_VERSION="v3.17.1 "
38
38
# update: datasource=github-tags depName=kubernetes-sigs/kind
39
39
ARG KIND_VERSION="v0.24.0"
40
40
# update: datasource=github-tags depName=kubernetes/kubernetes
@@ -60,7 +60,7 @@ RUN apk add -U --no-cache \
60
60
# Install Golang CI Lint
61
61
FROM docker.io/library/alpine:3.21.2 AS golangci
62
62
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63
- ENV GOLANGCI_VERSION="v1.63.4 "
63
+ ENV GOLANGCI_VERSION="v1.64.5 "
64
64
WORKDIR /
65
65
# hadolint ignore=DL3018,DL4006
66
66
RUN apk add --no-cache curl && \
@@ -70,7 +70,7 @@ RUN apk add --no-cache curl && \
70
70
FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 AS hadolint
71
71
72
72
# Install Trivy
73
- FROM docker.io/aquasec/trivy:0.58.2 AS trivy
73
+ FROM docker.io/aquasec/trivy:0.59.1 AS trivy
74
74
75
75
# ###########################
76
76
# CSO Build Image Base #
You can’t perform that action at this time.
0 commit comments