From 2aa9a7e870e5a5315334736d0d356e44699cd53f 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 In order to run go test, the dev sops key should be imported first. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98fc112..f57fbcc 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 +In order to run test, the dev sops pgp key should be imported first, as explained [here](https://github.com/getsops/sops?tab=readme-ov-file#21test-with-the-dev-pgp-key).