diff --git a/tools/sops b/tools/sops new file mode 100644 index 0000000..9f3840b --- /dev/null +++ b/tools/sops @@ -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 ${@} \ No newline at end of file diff --git a/tools/step b/tools/step new file mode 100644 index 0000000..0f57fcb --- /dev/null +++ b/tools/step @@ -0,0 +1,2 @@ +#!/bin/bash +docker run --rm -it -v ${HOME}:${HOME} -e STEPPATH=${HOME}/.step smallstep/step-cli step ${@} \ No newline at end of file