Skip to content

Commit

Permalink
Keep stderr printed while generating sarif data (debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 4, 2024
1 parent 2c781f1 commit 9b75f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/cmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set_linter_options()

populate_sarif_data()
{
vcs-diff-lint "${linter_options[@]}" 2>/dev/null | \
vcs-diff-lint "${linter_options[@]}" | \
csgrep \
--strip-path-prefix ./ \
--prepend-path-prefix "$1/" \
Expand Down

0 comments on commit 9b75f56

Please sign in to comment.