diff --git a/action.yml b/action.yml index f65c64e..02a8e00 100644 --- a/action.yml +++ b/action.yml @@ -338,7 +338,7 @@ runs: then export TRACEABLE_CLI_KEY_FILE_NAME=/tmp/ca_key.crt fi - ${GITHUB_WORKSPACE}/traceable ast scan report --output-format '${{ inputs.output_format }}' | sed 1,2d >> $GITHUB_STEP_SUMMARY + ${GITHUB_WORKSPACE}/traceable ast scan report --exit-code --output-format '${{ inputs.output_format }}' | sed 1,2d >> $GITHUB_STEP_SUMMARY shell: bash - name: Stop scan id: stop_scan @@ -359,4 +359,4 @@ runs: export TRACEABLE_CLI_KEY_FILE_NAME=/tmp/ca_key.crt fi ${GITHUB_WORKSPACE}/traceable ast scan stop >/dev/null || true - shell: bash \ No newline at end of file + shell: bash