trufflehog/entrypoint.sh
2022-04-08 14:33:55 -07:00

4 lines
No EOL
64 B
Bash

#! /usr/bin/env bash
args=("$@")
/usr/bin/trufflehog ${args[@]}