mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +00:00
fbca4983a5
Mimicing a pre-push hook, where refs and shas need to passed in as arguments.
5 lines
50 B
Bash
Executable file
5 lines
50 B
Bash
Executable file
#!/bin/sh -l
|
|
|
|
set -e
|
|
|
|
sh -c "echo $* | /talisman"
|