Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 9, 2024
1 parent a772bce commit 6098928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ inputs:
required: false

display-engine:
description: Toll used to display the defects in the output. Valid values are csgrep and sarif-fmt.
description: Tool used to display the defects in the output. Valid values are csgrep and sarif-fmt.
default: csgrep
required: false

Expand Down
2 changes: 1 addition & 1 deletion src/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ print_result () {
# When sarif-fmt is used, we need to generate SARIF file first
# only csgrep can utilize JSON output from csdiff
generate_SARIF "${results}" "tmp.sarif"
sarif_fmt "tmp.sarif"
sarif-fmt "tmp.sarif"
else
[[ $# -le 1 ]] && return 1
local context="$2"
Expand Down

0 comments on commit 6098928

Please sign in to comment.