Skip to content

Commit

Permalink
fix: always overwrite the sarif file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Aug 24, 2023
1 parent f692682 commit b0dcaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ csgrep \
--set-scan-prop='tool:ShellCheck' \
--set-scan-prop="tool-version:${shellcheck_version}" \
--set-scan-prop='tool-url:https://www.shellcheck.net/wiki/' \
'../sarif-defects.log' >> output.sarif
'../sarif-defects.log' > output.sarif

echo "sarif=output.sarif" >> "${GITHUB_OUTPUT}"

Expand Down

0 comments on commit b0dcaa3

Please sign in to comment.