Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onedr0p/sops-pre-commit
- Owner: onedr0p
- License: mit
- Created: 2021-04-12T19:32:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T07:50:52.000Z (3 months ago)
- Last Synced: 2024-10-03T12:30:03.388Z (about 1 month ago)
- Topics: pre-commit, sops
- Language: Jinja
- Homepage:
- Size: 61.5 KB
- Stars: 41
- Watchers: 5
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - onedr0p/sops-pre-commit - Sops pre-commit hook (others)
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).