Skip to content

Commit

Permalink
only high vulns detected by docker scan fixed (tenable#1588)
Browse files Browse the repository at this point in the history
* only high vulns fixed

---------

Co-authored-by: Nitin More <nmore@tenable.com>
  • Loading branch information
nitumore and nmoretenable authored Jul 24, 2023
1 parent ce41093 commit e76ef83
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 28 deletions.
17 changes: 9 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ module github.com/tenable/terrascan

go 1.19


replace (
github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.6.1
github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.7.0
github.com/tencentcloud/tencentcloud-sdk-go v3.0.82+incompatible => github.com/tencentcloud/tencentcloud-sdk-go v1.0.191
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/net => golang.org/x/net v0.4.0
golang.org/x/net => golang.org/x/net v0.7.0
k8s.io/api => k8s.io/api v0.19.0
k8s.io/apimachinery => k8s.io/apimachinery v0.19.0
k8s.io/client-go => k8s.io/client-go v0.19.0
Expand Down Expand Up @@ -35,7 +36,7 @@ require (
github.com/hashicorp/go-getter v1.6.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.10.1
github.com/hashicorp/terraform v0.15.3
Expand All @@ -56,7 +57,7 @@ require (
github.com/stretchr/testify v1.8.1
github.com/zclconf/go-cty v1.10.0
go.uber.org/zap v1.17.0
golang.org/x/sys v0.3.0
golang.org/x/sys v0.5.0
golang.org/x/tools v0.1.12 // indirect
google.golang.org/api v0.109.0
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef
Expand Down Expand Up @@ -162,7 +163,7 @@ require (
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/panicwrap v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
Expand All @@ -186,7 +187,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
Expand All @@ -202,8 +203,8 @@ require (
golang.org/x/net v0.4.0 // indirect
golang.org/x/oauth2 v0.2.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
Loading

0 comments on commit e76ef83

Please sign in to comment.