chore: add auto-import of GPG public key in devcontainer setup

This commit is contained in:
Denys Vuika
2026-07-07 15:03:02 +00:00
parent 8e69330110
commit 114de75e73
3 changed files with 109 additions and 0 deletions
+2
View File
@@ -55,5 +55,7 @@
"postCreateCommand": "pnpm install --frozen-lockfile",
"postStartCommand": "if [ -f .git/signing.pub ]; then gpg --import .git/signing.pub && rm .git/signing.pub; fi",
"runArgs": ["--cap-drop=ALL", "--security-opt=no-new-privileges:true", "--pids-limit=512"]
}