From 8c206313c4a31a393d232bfb0acb9bdc82be5bb0 Mon Sep 17 00:00:00 2001 From: Xavier Rakotomamonjy Date: Thu, 27 Jun 2024 17:25:52 +0200 Subject: [PATCH] chore(sops): add sops config and README note --- .sops.yaml | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .sops.yaml diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..306c8e1 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,3 @@ +creation_rules: + - path_regex: .* + pgp: 'D7229043384BCC60326C6FB9D8720D957C3D3074' diff --git a/README.md b/README.md index 98fc112..e6aaa5b 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,6 @@ To enable it, run `git config --global diff.sops.textconv sops-git-diff-helper` ``` *.yaml diff=sops ``` + +## Contribute and test +To perform test the dev sops pgp should be imported first, as explain [here](https://github.com/getsops/sops?tab=readme-ov-file#21test-with-the-dev-pgp-key)