Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ repos:
- id: commitlint
stages: [ commit-msg ]
additional_dependencies: [ '@commitlint/config-conventional' ]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.105.0
hooks:
- id: terraform_tflint
- id: terraform_fmt
- id: terraform_checkov
language: docker_image
entry: --tty bridgecrew/checkov:3.2.354 --config-file checkov.yaml
pass_filenames: false
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.46.6
hooks:
Expand Down
4 changes: 1 addition & 3 deletions checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ custom-tool-name: Checkov
compact: true
directory:
- .
download-external-modules: true
evaluate-variables: true
external-modules-download-path: .external_modules
framework:
- - terraform,terraform_plan,yaml,json,github_configuration,github_actions
- - yaml,json,github_configuration,github_actions
hard-fail-on: MEDIUM
mask: [ ]
quiet: true
Expand Down
Loading