Skip to content

Commit

Permalink
Update .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
Add flags `--download-external-modules true` and  `--quiet` to checkov.

> --download-external-modules
>
> Download external terraform modules from public git repositories and terraform registry
>
> -- quiet
>
> For the CLI output, display only failed checks. Also disables progress bars.
>
> https://www.checkov.io/2.Basics/CLI%20Command%20Reference.html
  • Loading branch information
AliPiccioniQC authored Oct 8, 2024
1 parent de9e759 commit d326232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: checkov-conda
name: checkov-conda
description: 'This hook runs checkov.'
entry: checkov -d .
entry: checkov -d . --download-external-modules true --quiet
language: conda
pass_filenames: false
always_run: false
Expand Down

0 comments on commit d326232

Please sign in to comment.