talisman-secrets-scan-action/entrypoint.sh

7 lines
123 B
Bash
Raw Permalink Normal View History

#!/bin/sh -l
set -e
2022-04-13 15:47:21 +00:00
sh -c "git config --global --add safe.directory $PWD"
2021-09-18 07:00:57 +00:00
sh -c "echo $* | /talisman --githook pre-push"