Skip to content

Commit 4b24816

Browse files
author
Cesar Rodriguez
authored
Merge pull request #7 from accurics/sarif
Fixes exit code handling
2 parents 046bbf1 + 904db7b commit 4b24816

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ if [ "x${INPUT_SARIF_UPLOAD}" != "x" ]; then
5151
fi
5252

5353
# Handling exit code
54-
res=$?
5554
if [ -n "${INPUT_ONLY_WARN}" ]; then
5655
exit 0
5756
else

0 commit comments

Comments
 (0)