Skip to content

Instantly share code, notes, and snippets.

@rdkls
Created September 9, 2021 01:59
Show Gist options
  • 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