Skip to content

Instantly share code, notes, and snippets.

@rdkls
Created September 9, 2021 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdkls/b2a6489f13ab9bda1c636d0ed57dce8c to your computer and use it in GitHub Desktop.
Save rdkls/b2a6489f13ab9bda1c636d0ed57dce8c to your computer and use it in GitHub Desktop.
pre-commit config to run checkov
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