diff --git a/entrypoint.sh b/entrypoint.sh index f4c1fed..27564dc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/bash -set -e +# Finish the script and reset .scannerwork perms even if scan fails +set +e if [[ -z "${SONAR_TOKEN}" ]]; then echo "============================ WARNING ============================"