Created
September 9, 2021 01:59
-
-
Save rdkls/b2a6489f13ab9bda1c636d0ed57dce8c to your computer and use it in GitHub Desktop.
pre-commit config to run checkov
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repos: | |
- repo: https://github.com/bridgecrewio/checkov.git | |
rev: 2.0.402 | |
hooks: | |
- id: checkov | |
files: . | |
args: | |
- --quiet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment