Skip to content

Commit f1c212f

Browse files
committed
corrected secirity scan tag
Signed-off-by: swastik959 <[email protected]>
1 parent 4c2b16f commit f1c212f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
tag: v1.4.3-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.6.3-rc.1
11+
tag: v0.6.3-rc.2
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
@@ -11,7 +11,7 @@ require (
1111
github.com/prometheus/client_golang v1.21.1
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.3-rc.1
14+
github.com/rancher/security-scan v0.6.3-rc.2
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
218218
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
219219
github.com/rancher/lasso v0.2.1 h1:SZTqMVQn8cAOqvwGBd1/EYOIJ/MGN+UfJrOWvHd4jHU=
220220
github.com/rancher/lasso v0.2.1/go.mod h1:KSV3jBXfdXqdCuMm2uC8kKB9q/wuDYb3h0eHZoRjShM=
221-
github.com/rancher/security-scan v0.6.3-rc.1 h1:5cIdO30UtHeNMsI4iJqKUxiy6PuR0oAdgiZ73OOu5GQ=
222-
github.com/rancher/security-scan v0.6.3-rc.1/go.mod h1:9Oa1W70mcP5aWC6RyMZjepbWbUKWE8OtopwUlrdbun0=
221+
github.com/rancher/security-scan v0.6.3-rc.2 h1:cFgDTqQB4RgAAfU1tkAJLp0BOz0YgqxAPczWZ1UOS7s=
222+
github.com/rancher/security-scan v0.6.3-rc.2/go.mod h1:9Oa1W70mcP5aWC6RyMZjepbWbUKWE8OtopwUlrdbun0=
223223
github.com/rancher/wrangler/v3 v3.2.0 h1:fZmhSOczW+pxAhyOaGG+9xbEwETPGA5gbS0x0Im2zWs=
224224
github.com/rancher/wrangler/v3 v3.2.0/go.mod h1:0C5QyvSrQOff8gQQzpB/L/FF03EQycjR3unSJcKCHno=
225225
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)