Skip to content

Commit 44bd066

Browse files
committed
Vendor update to pull latest security-scan
1 parent 05cb861 commit 44bd066

File tree

5 files changed

+76
-52
lines changed

5 files changed

+76
-52
lines changed

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.8.0
1212
github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1fb3
1313
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
14-
github.com/rancher/security-scan v0.2.2-0.20201117171930-af478b83fbe4
14+
github.com/rancher/security-scan v0.2.2-rc2
1515
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224
1616
github.com/robfig/cron v1.2.0
1717
github.com/sirupsen/logrus v1.6.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,8 @@ github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0 h1:ng7i8n0kzTGnXyvVK
10231023
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0/go.mod h1:OhBBBO1pBwYp0hacWdnvSGOj+XE9yMLOLnaypIlic18=
10241024
github.com/rancher/security-scan v0.2.2-0.20201117171930-af478b83fbe4 h1:WRfe56iR0TfelgaNgT01bL5TXmz4KFF55gyUna0cOGQ=
10251025
github.com/rancher/security-scan v0.2.2-0.20201117171930-af478b83fbe4/go.mod h1:WlLAocVyVQs5J8r0IiQXsp0ajVZO6hYi/Vo6zxjo73s=
1026+
github.com/rancher/security-scan v0.2.2-rc2 h1:R791mqsUy0sUZNzKqaZeW2D+s/RpCdF6Y1aSQlipees=
1027+
github.com/rancher/security-scan v0.2.2-rc2/go.mod h1:WlLAocVyVQs5J8r0IiQXsp0ajVZO6hYi/Vo6zxjo73s=
10261028
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224 h1:NWYSyS1YiWJOB84xq0FcGDY8xQQwrfKoip2BjMSlu1g=
10271029
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224/go.mod h1:I7qe4DZNMOLKVa9ax7DJdBZ0XtKOppLF/dalhPX3vaE=
10281030
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=

vendor/github.com/rancher/security-scan/pkg/kb-summarizer/report/report.go

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/rancher/security-scan/pkg/kb-summarizer/summarizer/summarizer.go

Lines changed: 42 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ github.com/rancher/lasso/pkg/controller
106106
github.com/rancher/lasso/pkg/log
107107
github.com/rancher/lasso/pkg/mapper
108108
github.com/rancher/lasso/pkg/scheme
109-
# github.com/rancher/security-scan v0.2.2-0.20201117171930-af478b83fbe4
109+
# github.com/rancher/security-scan v0.2.2-rc2
110110
github.com/rancher/security-scan/pkg/kb-summarizer/report
111111
github.com/rancher/security-scan/pkg/kb-summarizer/summarizer
112112
# github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224

0 commit comments

Comments
 (0)