Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Init readme
Browse files Browse the repository at this point in the history
Signed-off-by: anthr76 <hello@anthonyrabbito.com>
  • Loading branch information
anthr76 committed Apr 12, 2021
1 parent 6010f66 commit 4d48118
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# sops-pre-commit
# sops-pre-commit

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/k8s-at-home/sops-pre-commit
rev: v1.0.0
hooks:
- id: sops-encrypted-check
```
## License
This software is licensed under the MIT license (see the LICENSE file).
## Credits
[angelnu](https://github.com/angelnu/k8s-gitops/)

0 comments on commit 4d48118

Please sign in to comment.