Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onedr0p/sops-pre-commit

Sops pre-commit hook
https://github.com/onedr0p/sops-pre-commit

pre-commit sops

Last synced: 17 days ago
JSON representation

Sops pre-commit hook

Awesome Lists containing this project

README

        

# sops-pre-commit

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/onedr0p/sops-pre-commit/main.svg)](https://results.pre-commit.ci/latest/github/onedr0p/sops-pre-commit/main)

Sops [pre-commit](https://pre-commit.com/) hook.

* Check for unencrypted Kubernetes secrets in manifest files.

## Requirements

* Pre-commit 1.2 or later

## Installation

Add the following to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/onedr0p/sops-pre-commit
rev: v2.1.0
hooks:
- id: forbid-secrets
```

## License

This software is licensed under the MIT license (see the LICENSE file).