Skip to content

Commit a97cb0f

Browse files
authored
Merge pull request #38 from prachidamle/report_fix
vendor update to pull in report changes from security-scan
2 parents c1d1927 + 8fb76a9 commit a97cb0f

File tree

5 files changed

+72
-47
lines changed

5 files changed

+72
-47
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/blang/semver v3.5.0+incompatible
99
github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1fb3
1010
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
11-
github.com/rancher/security-scan v0.1.14
11+
github.com/rancher/security-scan v0.2.1
1212
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224
1313
github.com/sirupsen/logrus v1.4.2
1414
github.com/urfave/cli v1.22.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1f
348348
github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1fb3/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
349349
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0 h1:ng7i8n0kzTGnXyvVK+nkb+sLm06BBNdsbd2aqJAP3lM=
350350
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0/go.mod h1:OhBBBO1pBwYp0hacWdnvSGOj+XE9yMLOLnaypIlic18=
351-
github.com/rancher/security-scan v0.1.14 h1:JKqWJGonIL8EBpj60Axqag/FNdWK8OcLiOYkbxRjY6s=
352-
github.com/rancher/security-scan v0.1.14/go.mod h1:WlLAocVyVQs5J8r0IiQXsp0ajVZO6hYi/Vo6zxjo73s=
351+
github.com/rancher/security-scan v0.2.1 h1:3PFS3k5hz0G0VflHVJdK65y680X6MwzRMbu/PlzD+YE=
352+
github.com/rancher/security-scan v0.2.1/go.mod h1:WlLAocVyVQs5J8r0IiQXsp0ajVZO6hYi/Vo6zxjo73s=
353353
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224 h1:NWYSyS1YiWJOB84xq0FcGDY8xQQwrfKoip2BjMSlu1g=
354354
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224/go.mod h1:I7qe4DZNMOLKVa9ax7DJdBZ0XtKOppLF/dalhPX3vaE=
355355
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: 27 additions & 12 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: 41 additions & 31 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
@@ -77,7 +77,7 @@ github.com/rancher/lasso/pkg/controller
7777
github.com/rancher/lasso/pkg/log
7878
github.com/rancher/lasso/pkg/mapper
7979
github.com/rancher/lasso/pkg/scheme
80-
# github.com/rancher/security-scan v0.1.14
80+
# github.com/rancher/security-scan v0.2.1
8181
github.com/rancher/security-scan/pkg/kb-summarizer/report
8282
github.com/rancher/security-scan/pkg/kb-summarizer/summarizer
8383
# github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224

0 commit comments

Comments
 (0)