Skip to content

Commit ce45a59

Browse files
committed
pre-commit update
1 parent e0a5859 commit ce45a59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ repos:
33
rev: v1.48.0
44
hooks:
55
- id: terraform_fmt
6-
stages: [commit]
6+
stages: [commit,push]
77
- id: terraform_docs
8-
stages: [commit]
8+
stages: [commit,push]
99
args:
1010
- '--args=--sort-by-required'
1111
- id: terraform_validate
1212
stages: [commit,push]
1313
- id: terraform_tflint
14-
stages: [commit,push]
14+
stages: [commit]
1515
args:
1616
- '--args=--only=terraform_deprecated_interpolation'
1717
- '--args=--only=terraform_deprecated_index'
@@ -26,6 +26,6 @@ repos:
2626
- '--args=--only=terraform_required_providers'
2727
- '--args=--only=terraform_standard_module_structure'
2828
- id: terraform_tfsec
29-
stages: [commit]
29+
stages: [commit,push]
3030
args:
3131
- "--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 commit comments

Comments
 (0)