Skip to content

Commit b00556a

Browse files
committed
[release/1.2] bumped security scan
Signed-off-by: swastik959 <[email protected]>
1 parent e9cca22 commit b00556a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.2.2
15+
appVersion: v1.2.3-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.2.2
22+
version: 1.2.3-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.2.2
8+
tag: v1.2.3-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.7.4
11+
tag: v0.7.5-rc.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/prometheus/client_golang v1.22.0
1010
github.com/rancher/kubernetes-provider-detector v0.1.5
1111
github.com/rancher/lasso v0.2.3
12-
github.com/rancher/security-scan v0.7.4
12+
github.com/rancher/security-scan v0.7.5-rc.1
1313
github.com/rancher/wrangler/v3 v3.2.2
1414
github.com/robfig/cron v1.2.0
1515
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
214214
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
215215
github.com/rancher/lasso v0.2.3 h1:74/z/C/O3ykhyMrRuEgc9kVyYiSoS7kp5BAijlcyXDg=
216216
github.com/rancher/lasso v0.2.3/go.mod h1:G+KeeOaKRjp+qGp0bV6VbLhYrq1vHbJPbDh40ejg5yE=
217-
github.com/rancher/security-scan v0.7.4 h1:XZA2I7Aa+kjVBagw9GWPuRrCgKDDs+JDveTM1cJD/ic=
218-
github.com/rancher/security-scan v0.7.4/go.mod h1:1Of3+Jf+l4G1QgybN0PkRw+giCrsnlOkfwcy88epKmg=
217+
github.com/rancher/security-scan v0.7.5-rc.1 h1:2WNSTyvIZ/5lNE17XXKCYGsSmIq+DLbDvvW/z3b2uGE=
218+
github.com/rancher/security-scan v0.7.5-rc.1/go.mod h1:1Of3+Jf+l4G1QgybN0PkRw+giCrsnlOkfwcy88epKmg=
219219
github.com/rancher/wrangler/v3 v3.2.2 h1:IK1/v8n8gaZSB4izmJhGFXJt38Z8gkbwzl3Lo/e2jQc=
220220
github.com/rancher/wrangler/v3 v3.2.2/go.mod h1:TA1QuuQxrtn/kmJbBLW/l24IcfHBmSXBa9an3IRlqQQ=
221221
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)