File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Install Go
1818 uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1919 with :
20- go-version : ' stable '
20+ go-version-file : ' go.mod '
2121 - run : make validate
2222
2323 test :
3838 - name : Install Go
3939 uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4040 with :
41- go-version : ' stable '
41+ go-version-file : ' go.mod '
4242
4343 - run : make test
4444
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ annotations:
1212 catalog.cattle.io/type : cluster-tool
1313 catalog.cattle.io/ui-component : rancher-cis-benchmark
1414apiVersion : v1
15- appVersion : v8.8.0-rc.1
15+ appVersion : v8.8.0
1616description : The cis-operator enables running CIS benchmark security scans on a kubernetes
1717 cluster
1818icon : https://charts.rancher.io/assets/logos/cis-kube-bench.svg
1919keywords :
2020- security
2121name : rancher-cis-benchmark
22- version : 8.8.0-rc.1
22+ version : 8.8.0
Original file line number Diff line number Diff line change 55image :
66 cisoperator :
77 repository : rancher/cis-operator
8- tag : v1.4.8-rc.1
8+ tag : v1.4.8
99 securityScan :
1010 repository : rancher/security-scan
11- tag : v0.6.8-rc.1
11+ tag : v0.6.8
1212 sonobuoy :
1313 repository : rancher/mirrored-sonobuoy-sonobuoy
1414 tag : v0.57.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/prometheus/client_golang v1.22.0
1212 github.com/rancher/kubernetes-provider-detector v0.1.5
1313 github.com/rancher/lasso v0.2.1
14- github.com/rancher/security-scan v0.6.8-rc.1
14+ github.com/rancher/security-scan v0.6.8
1515 github.com/rancher/wrangler/v3 v3.2.0
1616 github.com/robfig/cron v1.2.0
1717 github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
217217github.com/rancher/kubernetes-provider-detector v0.1.5 /go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0 =
218218github.com/rancher/lasso v0.2.1 h1:SZTqMVQn8cAOqvwGBd1/EYOIJ/MGN+UfJrOWvHd4jHU =
219219github.com/rancher/lasso v0.2.1 /go.mod h1:KSV3jBXfdXqdCuMm2uC8kKB9q/wuDYb3h0eHZoRjShM =
220- github.com/rancher/security-scan v0.6.8-rc.1 h1:aZDKFGWCxTppY4/RDmeK8BYjb/n9GWFWtVkAdG63yfA =
221- github.com/rancher/security-scan v0.6.8-rc.1 /go.mod h1:jzL4hQT6S51yJU5i7yfrwex8XQfv7j7eFux3HLEE48A =
220+ github.com/rancher/security-scan v0.6.8 h1:7gCRwCWdy8KTyEPUAJv97rRyknHS4aVa+gSlokAAdvQ =
221+ github.com/rancher/security-scan v0.6.8 /go.mod h1:jzL4hQT6S51yJU5i7yfrwex8XQfv7j7eFux3HLEE48A =
222222github.com/rancher/wrangler/v3 v3.2.0 h1:fZmhSOczW+pxAhyOaGG+9xbEwETPGA5gbS0x0Im2zWs =
223223github.com/rancher/wrangler/v3 v3.2.0 /go.mod h1:0C5QyvSrQOff8gQQzpB/L/FF03EQycjR3unSJcKCHno =
224224github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ =
You can’t perform that action at this time.
0 commit comments