Skip to content

Commit

Permalink
feat: Add support for TF_VAR_ env vars (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg authored Mar 21, 2022
1 parent 0107a33 commit de7d808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/Masterminds/semver v1.5.0
github.com/aquasecurity/defsec v0.24.0
github.com/aquasecurity/defsec v0.25.0
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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aquasecurity/defsec v0.24.0 h1:xC/xalaCg85qczna0T5KQQyvj63GPcSUT9jbsm+4Taw=
github.com/aquasecurity/defsec v0.24.0/go.mod h1:9GDiP7iCebisShDQeEIB4E8cSJ7a7Q+anViDljTETYY=
github.com/aquasecurity/defsec v0.25.0 h1:wfAHQSikqwAQ+y5XF0SuFHMditwytCL8VJKmOcjlxEA=
github.com/aquasecurity/defsec v0.25.0/go.mod h1:9GDiP7iCebisShDQeEIB4E8cSJ7a7Q+anViDljTETYY=
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 de7d808

Please sign in to comment.