Skip to content

Commit

Permalink
Merge pull request #38 from prachidamle/report_fix
Browse files Browse the repository at this point in the history
vendor update to pull in report changes from security-scan
  • Loading branch information
prachidamle authored Sep 25, 2020
2 parents c1d1927 + 8fb76a9 commit a97cb0f
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 47 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/blang/semver v3.5.0+incompatible
github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1fb3
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
github.com/rancher/security-scan v0.1.14
github.com/rancher/security-scan v0.2.1
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1f
github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1fb3/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0 h1:ng7i8n0kzTGnXyvVK+nkb+sLm06BBNdsbd2aqJAP3lM=
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0/go.mod h1:OhBBBO1pBwYp0hacWdnvSGOj+XE9yMLOLnaypIlic18=
github.com/rancher/security-scan v0.1.14 h1:JKqWJGonIL8EBpj60Axqag/FNdWK8OcLiOYkbxRjY6s=
github.com/rancher/security-scan v0.1.14/go.mod h1:WlLAocVyVQs5J8r0IiQXsp0ajVZO6hYi/Vo6zxjo73s=
github.com/rancher/security-scan v0.2.1 h1:3PFS3k5hz0G0VflHVJdK65y680X6MwzRMbu/PlzD+YE=
github.com/rancher/security-scan v0.2.1/go.mod h1:WlLAocVyVQs5J8r0IiQXsp0ajVZO6hYi/Vo6zxjo73s=
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224 h1:NWYSyS1YiWJOB84xq0FcGDY8xQQwrfKoip2BjMSlu1g=
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224/go.mod h1:I7qe4DZNMOLKVa9ax7DJdBZ0XtKOppLF/dalhPX3vaE=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ github.com/rancher/lasso/pkg/controller
github.com/rancher/lasso/pkg/log
github.com/rancher/lasso/pkg/mapper
github.com/rancher/lasso/pkg/scheme
# github.com/rancher/security-scan v0.1.14
# github.com/rancher/security-scan v0.2.1
github.com/rancher/security-scan/pkg/kb-summarizer/report
github.com/rancher/security-scan/pkg/kb-summarizer/summarizer
# github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224
Expand Down

0 comments on commit a97cb0f

Please sign in to comment.