feat: add exit-code parameter to sarif format (#213)

pull/240/head 0.11.0
Roger Coll 12 months ago committed by GitHub
parent dedfa59531
commit b43daad0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save