talisman-secrets-scan-action/entrypoint.sh
Klaus Hartl fbca4983a5
Setup container to run talisman
Mimicing a pre-push hook, where refs and shas need to passed in as
arguments.
2021-09-18 08:22:25 +02:00

5 lines
50 B
Bash
Executable file

#!/bin/sh -l
set -e
sh -c "echo $* | /talisman"