Skip to content

Commit b43daad

Browse files
authored
feat: add exit-code parameter to sarif format (#213)
1 parent dedfa59 commit b43daad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ if [ $template ] ;then
105105
fi
106106
if [ $exitCode ];then
107107
ARGS="$ARGS --exit-code $exitCode"
108+
SARIF_ARGS="$SARIF_ARGS --exit-code $exitCode"
108109
fi
109110
if [ "$ignoreUnfixed" == "true" ] && [ "$scanType" != "config" ];then
110111
ARGS="$ARGS --ignore-unfixed"

0 commit comments

Comments
 (0)