Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

pre-commit hook that mirrors the checkov version for usage with conda as pre-commit language.

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
```