Add tools

This commit is contained in:
2026-04-05 16:11:03 +00:00
parent 0da6735fee
commit 6fbf56cc18
2 changed files with 4 additions and 0 deletions

2
tools/sops Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker run --rm -i -v /var/home/core:/root -v ${PWD}:${PWD} ghcr.io/getsops/sops:v3.12.2-alpine ${@}

2
tools/step Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker run --rm -it -v ${HOME}:${HOME} -e STEPPATH=${HOME}/.step smallstep/step-cli step ${@}