Skip to content

Commit

Permalink
fix: foreach key (#1703)
Browse files Browse the repository at this point in the history
* fix: foreach keys not being correctly passed through

Resolves #1702

Signed-off-by: Owen Rumney <owen.rumney@aquasec.com>
  • Loading branch information
Owen Rumney committed Apr 27, 2022
1 parent 8dd07b1 commit 91d7beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/Masterminds/semver v1.5.0
github.com/aquasecurity/defsec v0.45.0
github.com/aquasecurity/defsec v0.46.3
github.com/hashicorp/go-version v1.4.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/liamg/clinch v1.5.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -194,8 +194,8 @@ github.com/apparentlymart/go-textseg v1.0.0 h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aquasecurity/defsec v0.45.0 h1:F3DUFAsCCnPPMAmygVILjP5Kd6z5LH/ryBx99Pb9Q8w=
github.com/aquasecurity/defsec v0.45.0/go.mod h1:ekqqqewstwBeLDBZO5IkSZ2RzZ+D02i84wIaESTS5SQ=
github.com/aquasecurity/defsec v0.46.3 h1:q6EPqj8ehSEVzCxMWcwW31B7gmAd5BOnz7DB+A93Dus=
github.com/aquasecurity/defsec v0.46.3/go.mod h1:ekqqqewstwBeLDBZO5IkSZ2RzZ+D02i84wIaESTS5SQ=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit 91d7beb

Please sign in to comment.