mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
4a3bba78cc
* Update github action to support generic cli command input * revert removal of inputs * echo in entrypoint * test custom docker image * revert docker image reference
5 lines
No EOL
160 B
Bash
Executable file
5 lines
No EOL
160 B
Bash
Executable file
#!/usr/bin/env ash
|
|
|
|
# `$*` expands the `args` supplied in an `array` individually
|
|
# or splits `args` in a string separated by whitespace.
|
|
/usr/bin/trufflehog $* |