diff --git a/scripts/secure.sh b/scripts/secure.sh index cf2a7dd9..1a517fd2 100755 --- a/scripts/secure.sh +++ b/scripts/secure.sh @@ -5,7 +5,7 @@ set -o pipefail if command -v gosec &> /dev/null then - gosec ${PWD} + gosec ${PWD} ./... else - ./bin/gosec ${PWD} + ./bin/gosec ${PWD} ./... fi \ No newline at end of file