-
-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationestimate/1hNeed 1 hour to be doneNeed 1 hour to be donegood first issueGood for newcomersGood for newcomershook/terraform_checkovBash hookBash hook
Milestone
Description
.pre-commit-config.yaml
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.49.0
hooks:
- id: terraform_validate
args:
- '--args=-json'
- id: terraform_tflint
- id: terraform_tfsec
- id: checkov
args:
[-d . --skip-check CKV_AWS_24]
When I run the pre-commit run -a
command locally, the checkov rule CKV_AWS_24 rule is not skipped. How do I skip multiple checkov rules?
Checkov version 1.0.855
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationestimate/1hNeed 1 hour to be doneNeed 1 hour to be donegood first issueGood for newcomersGood for newcomershook/terraform_checkovBash hookBash hook