Skip to content

Commit 94bf0bc

Browse files
authored
Merge pull request #318 from iYashMaurya/release/main
[main]tag update
2 parents 7fefbcb + 92f44c5 commit 94bf0bc

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ annotations:
1212
catalog.cattle.io/type: cluster-tool
1313
catalog.cattle.io/ui-component: rancher-compliance
1414
apiVersion: v1
15-
appVersion: v1.4.1-rc.1
15+
appVersion: v1.4.2-rc.1
1616
description: The compliance-operator enables running security scans on a kubernetes
1717
cluster
1818
icon: https://charts.rancher.io/assets/logos/rancher-compliance.svg
1919
keywords:
2020
- security
2121
name: rancher-compliance
22-
version: 1.4.1-rc.1
22+
version: 1.4.2-rc.1

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
image:
66
operator:
77
repository: rancher/compliance-operator
8-
tag: v1.4.1-rc.1
8+
tag: v1.4.2-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.9.1-rc.1
11+
tag: v0.9.2-rc.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.3

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/compliance-operator
22

3-
go 1.25.7
3+
go 1.26.2
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible
@@ -9,7 +9,7 @@ require (
99
github.com/prometheus/client_golang v1.23.2
1010
github.com/rancher/kubernetes-provider-detector v0.1.5
1111
github.com/rancher/lasso v0.2.7
12-
github.com/rancher/security-scan v0.9.1-rc.1
12+
github.com/rancher/security-scan v0.9.2-rc.1
1313
github.com/rancher/wrangler/v3 v3.5.1
1414
github.com/robfig/cron v1.2.0
1515
github.com/sirupsen/logrus v1.9.4
@@ -22,10 +22,10 @@ require (
2222
)
2323

2424
require (
25-
github.com/aquasecurity/kube-bench v0.14.1 // indirect
26-
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
27-
github.com/aws/aws-sdk-go-v2/service/securityhub v1.67.3 // indirect
28-
github.com/aws/smithy-go v1.24.0 // indirect
25+
github.com/aquasecurity/kube-bench v0.15.4 // indirect
26+
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
27+
github.com/aws/aws-sdk-go-v2/service/securityhub v1.68.3 // indirect
28+
github.com/aws/smithy-go v1.24.2 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt
1616
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
1717
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
1818
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
19-
github.com/aquasecurity/kube-bench v0.14.1 h1:Z/NcXfuwIQJ8jJQ5Qy2QXXVuBkJiIekl/oQ/rM56phA=
20-
github.com/aquasecurity/kube-bench v0.14.1/go.mod h1:Rhb4OXJYLq51jSiEC001GtdsjGY+J65SJINDYhsuckE=
21-
github.com/aws/aws-sdk-go-v2 v1.41.1 h1:ABlyEARCDLN034NhxlRUSZr4l71mh+T5KAeGh6cerhU=
22-
github.com/aws/aws-sdk-go-v2 v1.41.1/go.mod h1:MayyLB8y+buD9hZqkCW3kX1AKq07Y5pXxtgB+rRFhz0=
23-
github.com/aws/aws-sdk-go-v2/service/securityhub v1.67.3 h1:FEs3IkfJWp+Sz3ZY6sAxmebBF0lr1wBcTWkuFW1OFJg=
24-
github.com/aws/aws-sdk-go-v2/service/securityhub v1.67.3/go.mod h1:3wnS16Wip5w0uh9kVFBhuMFmdkrMBr8Fc96kAY5h13o=
25-
github.com/aws/smithy-go v1.24.0 h1:LpilSUItNPFr1eY85RYgTIg5eIEPtvFbskaFcmmIUnk=
26-
github.com/aws/smithy-go v1.24.0/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
19+
github.com/aquasecurity/kube-bench v0.15.4 h1:0uqBIjdl7jrl29oriQFZTpnBGH1IHsWxJIivocdO640=
20+
github.com/aquasecurity/kube-bench v0.15.4/go.mod h1:lPtu3o7HHcTeLkY30DG3L+WGGkDI/i/pG3P+RU7gSq4=
21+
github.com/aws/aws-sdk-go-v2 v1.41.5 h1:dj5kopbwUsVUVFgO4Fi5BIT3t4WyqIDjGKCangnV/yY=
22+
github.com/aws/aws-sdk-go-v2 v1.41.5/go.mod h1:mwsPRE8ceUUpiTgF7QmQIJ7lgsKUPQOUl3o72QBrE1o=
23+
github.com/aws/aws-sdk-go-v2/service/securityhub v1.68.3 h1:Nz5/FeXnKq+7YtIeNtHIuDeX/ZeFWDETL0oaqf8V0VI=
24+
github.com/aws/aws-sdk-go-v2/service/securityhub v1.68.3/go.mod h1:wFhqYLcoMThnIKlNsl048lq9FmCA20hJV1GY0TvS7MI=
25+
github.com/aws/smithy-go v1.24.2 h1:FzA3bu/nt/vDvmnkg+R8Xl46gmzEDam6mZ1hzmwXFng=
26+
github.com/aws/smithy-go v1.24.2/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc=
2727
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
2828
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
2929
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
@@ -225,8 +225,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
225225
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
226226
github.com/rancher/lasso v0.2.7 h1:N56Pm8KJSk7gRVYILSGb35QBfjcDDeGFMfwUCivsbeg=
227227
github.com/rancher/lasso v0.2.7/go.mod h1:L3ol8PdO21KoMhNa3RWjpR3ZBnE70JCAod1nJuOvT1E=
228-
github.com/rancher/security-scan v0.9.1-rc.1 h1:m7CEgVlEzFU3cAccOnUu9xLeRvOK9HXTiA8bcK8S3gI=
229-
github.com/rancher/security-scan v0.9.1-rc.1/go.mod h1:s6BaOLsoS6w/oBTqr9u3cqthEoC1nOcuIwK2bdRJISc=
228+
github.com/rancher/security-scan v0.9.2-rc.1 h1:glS4PdTfgxeR7npPGkluebErUpDw3rqZKsm5qKB5y9k=
229+
github.com/rancher/security-scan v0.9.2-rc.1/go.mod h1:xGa8H+nRlnDkLMWnN/bUR7MyvTgBrj6OY3cj6Fqt2fE=
230230
github.com/rancher/wrangler/v3 v3.5.1 h1:o2iLDoqTTkwVenZ521YhcH/0N2CFktp8aXb0f96aYMU=
231231
github.com/rancher/wrangler/v3 v3.5.1/go.mod h1:G5moxB9PpU5MUXavc89NS6Mpfgr8Nfmf9DZ3BkGgeYM=
232232
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image that provides cross compilation tooling.
22
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.6.1 AS xx
33

4-
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.25 AS builder
4+
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.26 AS builder
55

66
# There is no real need for containers to fully comply with the
77
# Filesystem Hierarchy Standard (FHS). However, some applications

0 commit comments

Comments
 (0)