mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +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"
|