Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
evairmarinho committed Oct 10, 2021
1 parent e0a5859 commit ce45a59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ repos:
rev: v1.48.0
hooks:
- id: terraform_fmt
stages: [commit]
stages: [commit,push]
- id: terraform_docs
stages: [commit]
stages: [commit,push]
args:
- '--args=--sort-by-required'
- id: terraform_validate
stages: [commit,push]
- id: terraform_tflint
stages: [commit,push]
stages: [commit]
args:
- '--args=--only=terraform_deprecated_interpolation'
- '--args=--only=terraform_deprecated_index'
Expand All @@ -26,6 +26,6 @@ repos:
- '--args=--only=terraform_required_providers'
- '--args=--only=terraform_standard_module_structure'
- id: terraform_tfsec
stages: [commit]
stages: [commit,push]
args:
- "--args=-e AWS002,AWS003,AWS004,AWS005,AWS006,AWS007,AWS008,AWS009,AWS010,AWS012,AWS014,AWS015,AWS016,AWS017,AWS019,AWS020,AWS021,AWS022,AWS023,AWS024,AWS025,AWS031,AWS032,AWS033,AWS034,AWS035,AWS036,AWS045,AWS046,AWS047,AWS048,AWS049,AWS050,AWS051,AWS052,AWS053,AWS057,AWS058,AWS059,AWS060,AWS061,AWS066,AWS067,AWS068,AWS069,AWS070,AWS071,AWS072,AWS077,AWS079,AWS080,AWS081,AWS083,AWS084,AWS085,AWS086,AWS089,AWS091,AWS092,AWS093,AWS094,AWS095,AWS096"

0 comments on commit ce45a59

Please sign in to comment.