-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(config): use spf13/viper to read config from env vars #1990
feat(config): use spf13/viper to read config from env vars #1990
Conversation
Friendly ping @owenrumney |
Friendly ping @itaysk |
Friendly ping @owenrumney @itaysk |
@nitrocode thank you very much for taking the time to contribute. |
Does this mean that this PR will not be reviewed or merged since you folks are trying to deprecate tfsec in favor of trivy ? Is it possible that this PR can be the last one merged before the full deprecation? 🙏 |
hi @nitrocode could you rebase this PR on the latest master branch of tfsec and make sure the tests pass? We're trying to merge all outstanding PRs for tfsec at the moment. |
d92aef9
to
7d633ec
Compare
7d633ec
to
09b1628
Compare
@simar7 I rebased and fixed the linting issue locally. I verified using |
@simar7 could we get an official release for this pr merge? I'd love to start using this feature in my pipeline. |
Friendly ping @simar7 @AnaisUrlichs @itaysk. Could you folks release a final version of v1.28.2 or v1.29.0 please? |
Hi, at the moment we can't promise a definite date on getting the next release but I will circle back on this next week to see if I can spend some cycles to move it forward. Thanks for your patience. |
Friendly ping when you folks get a chance. 😄 Have a nice weekend! |
Friendly ping (hope it doesn't seem like nagging, just very excited for this release) @simar7 and all 😁🙏🏽 |
Friendly ping @simar7 ! Hope this is OK every once in a while 😄 |
Friendly ping all @simar7 @AnaisUrlichs @itaysk ! Hope you folks are doing OK. Have a nice weekend. Looking forward to the next release! 🚀 🙏 |
Thank you! You guys are awesome! Released in v1.28.2 |
what
why
TFSEC_
prefix e.g.TFSEC_VERBOSE=true
,TFSEC_SOFT_FAIL=true
, etcreferences
commands
Build
$ asdf install go 1.18 $ asdf local go 1.18 $ go mod tidy $ go get github.com/spf13/viper $ go get github.com/spf13/pflag $ make build
Run