mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2025-02-06 05:34:11 +00:00
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh -l
|
|
|
|
set -e
|
|
|
|
sh -c "echo $* | /talisman --githook pre-push"
|