Skip to content

Commit

Permalink
feat: add exit-code parameter to sarif format (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jun 5, 2023
1 parent dedfa59 commit b43daad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Expand Up @@ -105,6 +105,7 @@ if [ $template ] ;then
fi
if [ $exitCode ];then
ARGS="$ARGS --exit-code $exitCode"
SARIF_ARGS="$SARIF_ARGS --exit-code $exitCode"
fi
if [ "$ignoreUnfixed" == "true" ] && [ "$scanType" != "config" ];then
ARGS="$ARGS --ignore-unfixed"
Expand Down

0 comments on commit b43daad

Please sign in to comment.