talisman-secrets-scan-action/entrypoint.sh
2022-04-13 17:47:21 +02:00

6 lines
123 B
Bash
Executable file

#!/bin/sh -l
set -e
sh -c "git config --global --add safe.directory $PWD"
sh -c "echo $* | /talisman --githook pre-push"