Skip to content
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

fix: Run terraform_tfsec only on terraform code changes #571

Merged
merged 2 commits into from Sep 15, 2023

Conversation

MaxymVlasov
Copy link
Collaborator

Put an x into the box if that apply:

  • This PR introduces breaking change.
  • This PR fixes a bug.
  • This PR adds new functionality.
  • This PR enhances existing functionality.

Description of your changes

Fixes #569

How can we test changes

repos:
  - repo: https://github.com/antonbabenko/pre-commit-terraform
    rev: 3fff91fc5c4237be669f9f1e2bfac1c3f089ac8d
    hooks:
      - id: terraform_tfsec

.pre-commit-hooks.yaml Outdated Show resolved Hide resolved
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
@MaxymVlasov MaxymVlasov merged commit 4253162 into master Sep 15, 2023
5 checks passed
@MaxymVlasov MaxymVlasov deleted the fix/GH-569 branch September 15, 2023 15:44
antonbabenko pushed a commit that referenced this pull request Sep 15, 2023
## [1.83.3](v1.83.2...v1.83.3) (2023-09-15)

### Bug Fixes

* Run `terraform_tfsec` only on terraform code changes ([#571](#571)) ([4253162](4253162))
@antonbabenko
Copy link
Owner

This PR is included in version 1.83.3 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working estimate/1h Need 1 hour to be done hook/terraform_tfsec Bash hook
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terraform_tfsec hook always runs on all files
3 participants