Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jrottenberg/pre-commit-hooks

Various pre-commit hooks
https://github.com/jrottenberg/pre-commit-hooks

Last synced: 19 days ago
JSON representation

Various pre-commit hooks

Awesome Lists containing this project

README

        

# Pre-commit-hooks

## Installation

Step into the repository you want to have the pre-commit hooks installed and run:

```
cat < .pre-commit-config.yaml
repos:
- repo: https://github.com/jrottenberg/pre-commit-hooks
rev: v1.0.0 # pre-commit update - to keep the version up to date
hooks:
- id: pinned_update
EOF
```

## Hooks

### Pinned Update

WIP: Update any pinned version discovered in the project.

#### Current

- Gitlab-ci

#### Next

- Dockerfile

### Secrets

TODO: detect if secrets are committed in clear, for sops, ansible-vault, etc