1
0
Fork 0
mirror of https://github.com/carhartl/talisman-secrets-scan-action.git synced 2025-04-15 12:24:39 +00:00
talisman-secrets-scan-action/entrypoint.sh
2023-02-16 11:53:30 +01: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"