https://github.com/quantco/pre-commit-mirrors-checkov
pre-commit hook that mirrors the checkov version for usage with conda as pre-commit language.
https://github.com/quantco/pre-commit-mirrors-checkov
Last synced: 4 months ago
JSON representation
pre-commit hook that mirrors the checkov version for usage with conda as pre-commit language.
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-checkov
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-10-16T13:06:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T08:35:32.000Z (5 months ago)
- Last Synced: 2025-01-27T09:29:15.201Z (5 months ago)
- Size: 44.9 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# checkov pre-commit hook
pre-commit hook of checkov with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For checkov: see [here](https://github.com/bridgecrewio/checkov)
## Using checkov with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-checkov
rev: '' # Use the sha / tag you want to point at
hooks:
- id: checkov-conda
```