Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
set --severity for SARIF output.
  • Loading branch information
austimkelly committed Apr 15, 2024
1 parent 530acee commit 0fe37a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Expand Up @@ -127,6 +127,7 @@ if [ $scanners ];then
fi
if [ $severity ];then
ARGS="$ARGS --severity $severity"
SARIF_ARGS="$SARIF_ARGS --severity $severity"
fi
if [ $output ];then
ARGS="$ARGS --output $output"
Expand Down

0 comments on commit 0fe37a8

Please sign in to comment.