Skip to content

Commit 7400002

Browse files
authored
feat: add validation on GPG public keys (#874)
1 parent dcab912 commit 7400002

File tree

9 files changed

+274
-3
lines changed

9 files changed

+274
-3
lines changed

docs/development.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Docker Compose plugin](https://docs.docker.com/compose/) or `docker-compose` python package.
88
* [Poetry](https://python-poetry.org/) >= 1.4.0
99
* [Taskfile](https://taskfile.dev/)
10+
* [gnupg](https://www.gnupg.org/)
1011
* [pre-commit](https://pre-commit.com/)
1112

1213
For running services locally:
@@ -119,6 +120,14 @@ The instructions below assume your Taskfile binary is named `task`, but please k
119120
**Note:** For Macs with the M1 or M2 chip make sure you
120121
[download](https://github.com/go-task/task/releases) Task for the `arm64` architecture.
121122

123+
### gnupg
124+
125+
Linux environments have gpg installed by default. On macOS its optional so you can install it using brew.
126+
127+
```shell
128+
brew install gpg
129+
```
130+
122131
### Pre-commit (optional)
123132

124133
Install [pre-commit](https://pre-commit.com/) tool.

0 commit comments

Comments
 (0)