forked from antonbabenko/pre-commit-terraform
-
Notifications
You must be signed in to change notification settings - Fork 1
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
rebase to upstream #16
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add hook to create readme * Updated README
* Fix ShellCheck warning 2219 https://github.com/koalaman/shellcheck/wiki/SC2219 * Replace GNU sed commands with perl This replaces the sed commands which required GNU sed be installed with perl versions. This should make this script more universally usable (e.g., on macOS) without installing additional tools.
* Only run validate if .tf files exist in the directory. * Same fix, different script :)
…aform-docs-opts Add feature to pass options to terraform-docs.
Add new hook for running terraform-docs which will replace content of README.md (using Python)
Fix bug not letting terraform_docs_replace work in the root directory…
…lel operations on similar file paths
…_docs_in_serial Require terraform-docs runs in serial
## [1.62.1](antonbabenko/pre-commit-terraform@v1.62.0...v1.62.1) (2021-12-18) ### Bug Fixes * **terraform_tflint:** Restore current working directory behavior ([antonbabenko#302](antonbabenko#302)) ([93029dc](antonbabenko@93029dc))
## [1.62.2](antonbabenko/pre-commit-terraform@v1.62.1...v1.62.2) (2021-12-21) ### Bug Fixes * Properly exclude .terraform directory with checkov hook ([antonbabenko#306](antonbabenko#306)) ([b431a43](antonbabenko@b431a43)) * Speedup `terrascan` hook up to x3 times in big repos ([antonbabenko#307](antonbabenko#307)) ([2e8dcf9](antonbabenko@2e8dcf9))
## [1.62.3](antonbabenko/pre-commit-terraform@v1.62.2...v1.62.3) (2021-12-22) ### Bug Fixes * Check all directories with changes and pass all args in terrascan hook ([antonbabenko#305](antonbabenko#305)) ([66401d9](antonbabenko@66401d9))
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Balazs Hamorszky <balihb@gmail.com>
…tonbabenko#318) Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
# [1.63.0](antonbabenko/pre-commit-terraform@v1.62.3...v1.63.0) (2022-02-10) ### Features * Improve performance during `pre-commit --all (-a)` run ([antonbabenko#327](antonbabenko#327)) ([7e7c916](antonbabenko@7e7c916))
# [1.64.0](antonbabenko/pre-commit-terraform@v1.63.0...v1.64.0) (2022-02-10) ### Features * Improved speed of `pre-commit run -a` for multiple hooks ([antonbabenko#338](antonbabenko#338)) ([579dc45](antonbabenko@579dc45))
cheethoe
approved these changes
Feb 15, 2022
flimits
reviewed
Feb 15, 2022
@@ -0,0 +1 @@ | |||
* @maxymvlasov @yermulnik |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: should codeowners be us? I don't know who these people are. Or is it because we are using someoneelses code we need to keep them here?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--dest
argumentterraform providers lock
operation (feat: Add new hook forterraform providers lock
operation antonbabenko/pre-commit-terraform#173)terraform_docs
hook settings (feat: Addterraform_docs
hook settings antonbabenko/pre-commit-terraform#245)infracost_breakdown
--hook-config
(feat: Add support for quoted values ininfracost_breakdown
--hook-config
antonbabenko/pre-commit-terraform#269)terraform_docs
was broken (fix: Fixed 1.54.0 whereterraform_docs
was broken antonbabenko/pre-commit-terraform#272)terraform_docs_replace
(chore: Add deprecation notice toterraform_docs_replace
antonbabenko/pre-commit-terraform#280)terraform_validate
hook (feat: Pass custom arguments to terraform init interraform_validate
hook antonbabenko/pre-commit-terraform#293)terrascan
hook up to x3 times in big repos (fix: Speedupterrascan
hook up to x3 times in big repos antonbabenko/pre-commit-terraform#307)pre-commit --all (-a)
run (feat:terrascan
- Improve performance duringpre-commit --all (-a)
run antonbabenko/pre-commit-terraform#327)pre-commit run -a
for multiple hooks (feat: Improved speed ofpre-commit run -a
for multiple hooks antonbabenko/pre-commit-terraform#338)