trufflehog/entrypoint.sh

4 lines
64 B
Bash
Raw Normal View History

2022-04-08 21:33:55 +00:00
#! /usr/bin/env bash
args=("$@")
/usr/bin/trufflehog ${args[@]}