mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 05:17:54 +00:00
6 lines
123 B
Bash
Executable file
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"
|