Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ inputs:
output_format:
required: false
description: 'Out format for summary report'
default: 'md'
default: 'json'
output_file:
required: false
description: 'Output file for summary report'
Expand Down Expand Up @@ -338,7 +338,7 @@ runs:
then
export TRACEABLE_CLI_KEY_FILE_NAME=/tmp/ca_key.crt
fi
${GITHUB_WORKSPACE}/traceable ast scan report --exit-code --output-format '${{ inputs.output_format }}' | sed 1,2d >> $GITHUB_STEP_SUMMARY
${GITHUB_WORKSPACE}/traceable ast scan report --exit-code --output-format json | sed 1,2d >> $GITHUB_STEP_SUMMARY
shell: bash
- name: Stop scan
id: stop_scan
Expand Down
Loading