flawfinder/entrypoint.sh

6 lines
59 B
Bash
Raw Normal View History

#!/bin/sh -l
flawfinder $1
echo "Executed with success."