flawfinder/entrypoint.sh

6 lines
59 B
Bash

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